5 releases

0.1.6 Aug 19, 2024
0.1.4 Aug 17, 2024
0.1.3 Jun 13, 2024
0.1.2 Apr 27, 2024
0.1.1 Mar 1, 2024

#67 in #mark-down

Download history 44/week @ 2024-06-15 24/week @ 2024-06-29 8/week @ 2024-07-06 35/week @ 2024-07-13 2/week @ 2024-07-20 13/week @ 2024-07-27 12/week @ 2024-08-03 4/week @ 2024-08-10 246/week @ 2024-08-17 22/week @ 2024-08-24 11/week @ 2024-08-31 7/week @ 2024-09-07 27/week @ 2024-09-14 26/week @ 2024-09-21 10/week @ 2024-09-28

72 downloads per month
Used in 2 crates

MulanPSL-2.0

4KB

dot_hide

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

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

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

About

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

关于

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

Dependencies

~0–6.5MB
~35K SLoC