11 releases

0.1.11 Aug 17, 2024
0.1.10 Aug 17, 2024
0.1.9 Jun 13, 2024
0.1.7 Mar 28, 2024
0.1.2 Feb 13, 2024

#188 in #site

42 downloads per month
Used in 5 crates

MulanPSL-2.0

5KB
60 lines

cmdv

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
}

About

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

关于

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

Dependencies

~1MB
~15K SLoC