12 releases

new 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

#120 in #site

Download history 162/week @ 2024-07-15 191/week @ 2024-07-22 72/week @ 2024-07-29 282/week @ 2024-08-05 251/week @ 2024-08-12 191/week @ 2024-08-19 10/week @ 2024-08-26 173/week @ 2024-09-02 10/week @ 2024-09-09 25/week @ 2024-09-16 12/week @ 2024-09-23 61/week @ 2024-09-30 4/week @ 2024-10-07 5/week @ 2024-10-14 129/week @ 2024-10-21

201 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

~4–6MB
~106K SLoC