27 releases

Uses new Rust 2024

0.1.35 Mar 27, 2025
0.1.34 Mar 27, 2025

#57 in #experience

Download history 214/week @ 2025-03-05 151/week @ 2025-03-12 1543/week @ 2025-03-19 974/week @ 2025-03-26

2,882 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

~15–25MB
~245K SLoC