12 releases

0.1.13 Oct 29, 2024
0.1.12 Oct 26, 2024
0.1.11 Sep 2, 2024
0.1.10 Aug 21, 2024
0.1.1 Jun 13, 2024

#151 in #site

21 downloads per month
Used in 3 crates

MulanPSL-2.0

13KB
133 lines

i18_conf

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–5.5MB
~103K SLoC