11 releases

new 0.1.11 Mar 4, 2025
0.1.10 Mar 4, 2025
0.1.8 Jan 23, 2025

#478 in Internationalization (i18n)

Download history 261/week @ 2025-01-11 509/week @ 2025-01-18 107/week @ 2025-01-25 22/week @ 2025-02-01 2/week @ 2025-02-08 6/week @ 2025-02-15 3/week @ 2025-02-22 296/week @ 2025-03-01

312 downloads per month
Used in hpc

MulanPSL-2.0

21KB
241 lines

axum_layer

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

~18–25MB
~521K SLoC