6 releases

0.1.13 Oct 15, 2024
0.1.12 Sep 4, 2024

#412 in Internationalization (i18n)

Download history 63/week @ 2024-08-27 337/week @ 2024-09-03 14/week @ 2024-09-10 9/week @ 2024-09-17 20/week @ 2024-09-24 6/week @ 2024-10-01 1/week @ 2024-10-08 204/week @ 2024-10-15 14/week @ 2024-10-22 14/week @ 2024-10-29 11/week @ 2024-11-05

244 downloads per month
Used in 2 crates

MulanPSL-2.0

31KB
650 lines

ckv

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

~31MB
~414K SLoC