4 releases

Uses new Rust 2024

new 0.1.5 Mar 27, 2025
0.1.4 Mar 27, 2025
0.1.3 Mar 27, 2025
0.1.2 Mar 26, 2025

#63 in #constructor

Download history 404/week @ 2025-03-23

404 downloads per month
Used in tran

MulanPSL-2.0

8KB

remove_code_t

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

~170–410KB