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

#20 in #mark-down

Download history 176/week @ 2024-08-05 151/week @ 2024-08-12 202/week @ 2024-08-19 40/week @ 2024-08-26 25/week @ 2024-09-02 18/week @ 2024-09-09 54/week @ 2024-09-16 31/week @ 2024-09-23 17/week @ 2024-09-30 4/week @ 2024-10-07 16/week @ 2024-10-14 42/week @ 2024-10-21 30/week @ 2024-10-28 25/week @ 2024-11-04

113 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
~98K SLoC