6 个版本

新增 0.1.8 2024年8月17日
0.1.6 2024年7月17日

48#mark-down 中排名

Download history 344/week @ 2024-06-30 8/week @ 2024-07-07 237/week @ 2024-07-14 13/week @ 2024-07-21 4/week @ 2024-07-28 23/week @ 2024-08-04

每月下载量 277 次
用于 i18n-site

MulanPSL-2.0

24KB
295

refresh_v

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
// }

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

关于

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

关于

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

依赖项

~8–22MB
~335K SLoC