6 releases

0.1.6 Aug 24, 2024
0.1.5 Aug 17, 2024
0.1.3 Jun 13, 2024
0.1.1 Apr 30, 2024

#22 in #mark-down

Download history 25/week @ 2024-06-28 12/week @ 2024-07-05 60/week @ 2024-07-12 6/week @ 2024-07-19 118/week @ 2024-08-02 77/week @ 2024-08-09 161/week @ 2024-08-16 195/week @ 2024-08-23 34/week @ 2024-08-30 21/week @ 2024-09-06 52/week @ 2024-09-13 33/week @ 2024-09-20 18/week @ 2024-09-27 8/week @ 2024-10-04 9/week @ 2024-10-11

72 downloads per month
Used in 7 crates (4 directly)

MulanPSL-2.0

9KB
77 lines

pbar

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

~3–10MB
~95K SLoC