3 个版本

0.1.4 2024年8月17日
0.1.3 2024年8月17日
0.1.2 2024年8月8日

#330国际化(i18n) 中排名

Download history 147/week @ 2024-08-03 67/week @ 2024-08-10 236/week @ 2024-08-17

每月 450 次下载
用于 4 个 Crates(2 个直接使用)

MulanPSL-2.0

4KB

bce

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

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

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

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

关于

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

关于

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

依赖项

~2–2.7MB
~56K SLoC