27 releases

Uses new Rust 2024

0.1.35 Mar 27, 2025
0.1.34 Mar 27, 2025

#58 in #experience

Download history 219/week @ 2025-03-10 1151/week @ 2025-03-17 1420/week @ 2025-03-24 95/week @ 2025-03-31 4/week @ 2025-04-07 29/week @ 2025-04-14

1,628 downloads per month

MulanPSL-2.0 and GPL-2.0-or-later

92KB
2K SLoC

tran

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

~17–25MB
~255K SLoC