15 releases

new 0.1.18 Sep 4, 2024
0.1.17 Sep 4, 2024
0.1.15 Aug 17, 2024
0.1.3 Jul 31, 2024

#38 in #mark-down

Download history 134/week @ 2024-07-25 450/week @ 2024-08-01 472/week @ 2024-08-08 258/week @ 2024-08-15 14/week @ 2024-08-22 113/week @ 2024-08-29

1,032 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–20MB
~287K SLoC