3 releases

0.1.6 Aug 17, 2024
0.1.3 Jun 13, 2024
0.1.2 May 26, 2024

#67 in #mark-down

Download history 130/week @ 2024-05-20 32/week @ 2024-05-27 4/week @ 2024-06-03 164/week @ 2024-06-10 8/week @ 2024-06-17 27/week @ 2024-07-01 5/week @ 2024-07-08 31/week @ 2024-07-15 48/week @ 2024-08-05 133/week @ 2024-08-12 24/week @ 2024-08-19

205 downloads per month
Used in 2 crates (via i18)

MulanPSL-2.0

25KB
451 lines

init_dir

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
}

About

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

关于

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

Dependencies

~3.5–5MB
~88K SLoC