5 releases

0.1.5 Oct 15, 2024
0.1.4 Aug 17, 2024
0.1.3 Jun 13, 2024
0.1.2 Jun 3, 2024
0.1.1 May 30, 2024

#144 in #site

Download history 26/week @ 2024-07-30 51/week @ 2024-08-06 152/week @ 2024-08-13 19/week @ 2024-08-20 16/week @ 2024-08-27 24/week @ 2024-09-03 14/week @ 2024-09-10 9/week @ 2024-09-17 24/week @ 2024-09-24 16/week @ 2024-10-01 206/week @ 2024-10-15 39/week @ 2024-10-22 24/week @ 2024-10-29 10/week @ 2024-11-05

279 downloads per month
Used in 3 crates

MulanPSL-2.0

26KB
457 lines

yconf

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
// }

#[test]
fn test() -> Result<()> {
  info!("{}", 123456);
  OK
}

About

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

关于

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

Dependencies

~5–11MB
~128K SLoC