3 个版本

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

#38 in #mark-down

Download history 125/week @ 2024-06-08 23/week @ 2024-06-15 1/week @ 2024-06-22

每月191次下载

MulanPSL-2.0

4KB

t_

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

无运行时依赖