21 releases

0.1.22 Aug 17, 2024
0.1.21 Aug 17, 2024
0.1.10 Jun 13, 2024
0.1.9 May 22, 2024

#33 in #mark-down

Download history 312/week @ 2024-05-19 4/week @ 2024-05-26 5/week @ 2024-06-02 151/week @ 2024-06-09 33/week @ 2024-06-16 3/week @ 2024-06-23 97/week @ 2024-06-30 7/week @ 2024-07-07 34/week @ 2024-07-14 114/week @ 2024-07-28 728/week @ 2024-08-04 353/week @ 2024-08-11 144/week @ 2024-08-18 16/week @ 2024-08-25 29/week @ 2024-09-01

659 downloads per month
Used in 3 crates (2 directly)

MulanPSL-2.0

46KB
942 lines

ft

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

~1.1–1.8MB
~34K SLoC