16 releases

new 0.1.21 Feb 21, 2025
0.1.20 Feb 21, 2025
0.1.5 Jan 23, 2025

#528 in Internationalization (i18n)

Download history 111/week @ 2025-01-14 226/week @ 2025-01-21 19/week @ 2025-01-28 1025/week @ 2025-02-04 33/week @ 2025-02-11

1,312 downloads per month

MulanPSL-2.0

60KB
1K SLoC

Rust 1K SLoC // 0.0% comments JavaScript 121 SLoC // 0.2% comments CoffeeScript 60 SLoC // 0.3% comments Shell 25 SLoC // 0.1% comments

hpc

use aok::{OK, Result};
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

~7–17MB
~217K SLoC