3 releases

0.1.4 Aug 17, 2024
0.1.3 Aug 17, 2024
0.1.2 Aug 8, 2024

#475 in Text processing

Download history 200/week @ 2024-08-06 237/week @ 2024-08-13 30/week @ 2024-08-20 11/week @ 2024-08-27 62/week @ 2024-09-03 21/week @ 2024-09-10 15/week @ 2024-09-17 33/week @ 2024-09-24 13/week @ 2024-10-01 6/week @ 2024-10-08 25/week @ 2024-10-15 45/week @ 2024-10-22 37/week @ 2024-10-29 16/week @ 2024-11-05

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

MulanPSL-2.0

4KB

bce

use aok::{Result, OK};
use tracing::info;

#[static_init::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

~2–2.7MB
~58K SLoC