16 releases

0.1.19 Oct 15, 2024
0.1.18 Sep 4, 2024
0.1.15 Aug 17, 2024
0.1.3 Jul 31, 2024

#143 in #site

Download history 333/week @ 2024-07-30 714/week @ 2024-08-06 256/week @ 2024-08-13 25/week @ 2024-08-20 423/week @ 2024-09-03 29/week @ 2024-09-10 19/week @ 2024-09-17 39/week @ 2024-09-24 62/week @ 2024-10-01 5/week @ 2024-10-08 185/week @ 2024-10-15 26/week @ 2024-10-22 24/week @ 2024-10-29 16/week @ 2024-11-05

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

MulanPSL-2.0

96KB
1.5K SLoC

i18_hash

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

~9–21MB
~289K SLoC