18 releases

Uses new Rust 2024

new 0.1.25 Mar 27, 2025
0.1.23 Mar 26, 2025

#61 in #constructor

Download history 607/week @ 2025-03-16 994/week @ 2025-03-23

1,601 downloads per month
Used in tran

MulanPSL-2.0

8KB
103 lines

tran_trait

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

~0.3–0.8MB
~18K SLoC