52 releases

new 0.2.80 Sep 9, 2024
0.2.77 Sep 5, 2024
0.2.69 Aug 19, 2024
0.2.50 Jul 18, 2024
0.1.1 May 1, 2024

#21 in #mark-down

Download history 138/week @ 2024-05-20 757/week @ 2024-06-10 437/week @ 2024-06-17 715/week @ 2024-07-01 140/week @ 2024-07-08 947/week @ 2024-07-15 37/week @ 2024-07-22 937/week @ 2024-08-05 190/week @ 2024-08-12 242/week @ 2024-08-19 588/week @ 2024-09-02

1,208 downloads per month

Apache-2.0

310KB
6K SLoC

i18n-site

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

~106MB
~2M SLoC