3 个版本

0.1.3 2024 年 8 月 17 日
0.1.2 2024 年 6 月 13 日
0.1.1 2024 年 2 月 6 日

#27#mark-down

Download history 1/week @ 2024-05-18 118/week @ 2024-06-08 23/week @ 2024-06-15 1/week @ 2024-06-22

每月 190 次下载

MulanPSL-2.0

4KB

i_

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 ⋅ 国际化解决方案 的开源组件。

无运行时依赖