1 unstable release

0.1.8 Sep 3, 2024

#433 in Internationalization (i18n)

Download history 169/week @ 2024-09-01 20/week @ 2024-09-08 36/week @ 2024-09-15 19/week @ 2024-09-22 39/week @ 2024-09-29 9/week @ 2024-10-06 13/week @ 2024-10-13 39/week @ 2024-10-20 27/week @ 2024-10-27 9/week @ 2024-11-03

91 downloads per month
Used in 5 crates (2 directly)

MulanPSL-2.0

8KB

set_mtime

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

~0.3–7MB
~43K SLoC