11 releases

0.1.11 Aug 17, 2024
0.1.10 Aug 17, 2024
0.1.9 Jun 13, 2024
0.1.7 Mar 28, 2024
0.1.2 Feb 13, 2024

#188 in #site

Download history 4/week @ 2024-05-20 8/week @ 2024-06-03 246/week @ 2024-06-10 4/week @ 2024-06-17 16/week @ 2024-06-24 47/week @ 2024-07-01 6/week @ 2024-07-08 31/week @ 2024-07-15 56/week @ 2024-07-29 44/week @ 2024-08-05 208/week @ 2024-08-12 49/week @ 2024-08-19 7/week @ 2024-08-26 26/week @ 2024-09-02

290 downloads per month
Used in 5 crates

MulanPSL-2.0

5KB
60 lines

cmdv

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
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

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

Dependencies

~1MB
~15K SLoC