1 unstable release

0.1.9 Aug 20, 2024

#448 in Internationalization (i18n)

Download history 147/week @ 2024-08-17 23/week @ 2024-08-24 24/week @ 2024-08-31 10/week @ 2024-09-07 23/week @ 2024-09-14 25/week @ 2024-09-21 32/week @ 2024-09-28 2/week @ 2024-10-05 4/week @ 2024-10-12 17/week @ 2024-10-19 34/week @ 2024-10-26 16/week @ 2024-11-02

71 downloads per month
Used in 6 crates (3 directly)

MulanPSL-2.0

8KB
72 lines

sver

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

~135KB