4 releases

0.1.7 Oct 15, 2024
0.1.6 Aug 17, 2024
0.1.3 Jun 13, 2024
0.1.2 May 26, 2024

#80 in #init

Download history 48/week @ 2024-08-05 133/week @ 2024-08-12 24/week @ 2024-08-19 13/week @ 2024-09-16 6/week @ 2024-09-23 3/week @ 2024-09-30 179/week @ 2024-10-14 1/week @ 2024-10-21 2/week @ 2024-11-04

182 downloads per month

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–10MB
~87K SLoC