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

#182 in #site

Download history 56/week @ 2024-07-29 44/week @ 2024-08-05 208/week @ 2024-08-12 49/week @ 2024-08-19 7/week @ 2024-08-26 26/week @ 2024-09-02 7/week @ 2024-09-09 2/week @ 2024-09-16 17/week @ 2024-09-23 3/week @ 2024-09-30 1/week @ 2024-10-07 19/week @ 2024-10-14 22/week @ 2024-10-21 18/week @ 2024-10-28 31/week @ 2024-11-04

90 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