11 releases

Uses new Rust 2024

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

#84 in #constructor

Download history 154/week @ 2025-01-10 451/week @ 2025-01-17 272/week @ 2025-01-24 17/week @ 2025-01-31 5/week @ 2025-02-07 8/week @ 2025-02-14 3/week @ 2025-02-21 305/week @ 2025-02-28 64/week @ 2025-03-07

95 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

~19–26MB
~531K SLoC