1 个不稳定版本

0.1.2 2024年8月17日

#432国际化 (i18n)

Download history 122/week @ 2024-08-17

每月122次下载

MulanPSL-2.0

7KB

i18n_plugin

use aok::{Result, OK};
use static_init::constructor;
use tracing::info;

#[constructor(0)]
extern "C" fn init() {
  loginit::init()
}

#[tokio::test]
async fn test() -> Result<()> {
  info!("{}", 123456);
  OK
}

关于

本项目是 i18n.site ⋅ 国际化解决方案 的开源组件。

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

依赖项

~130KB