1 unstable release

0.1.1 Feb 18, 2025

#512 in Internationalization (i18n)

Download history 84/week @ 2025-02-12 47/week @ 2025-02-19 8/week @ 2025-02-26

139 downloads per month

MulanPSL-2.0

10KB

boxleak

use aok::{OK, Result};
use tracing::info;

#[static_init::constructor(0)]
extern "C" fn _loginit() {
  loginit::init();
}

// #[tokio::test]
// async fn test() -> Result<()> {
//   info!("{}", 123456);
//   OK
// }

#[test]
fn test() -> Result<()> {
  info!("> test {}", 123456);
  OK
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

Dependencies

~135KB