6 releases

new 0.1.8 Jan 9, 2025
0.1.6 Jan 9, 2025
0.1.4 Aug 17, 2024

#459 in Text processing

Download history 29/week @ 2024-09-22 20/week @ 2024-09-29 1/week @ 2024-10-06 25/week @ 2024-10-13 46/week @ 2024-10-20 36/week @ 2024-10-27 21/week @ 2024-11-03 1/week @ 2024-11-10 10/week @ 2024-11-17 18/week @ 2024-11-24 13/week @ 2024-12-01 8/week @ 2024-12-08 13/week @ 2024-12-15 344/week @ 2025-01-05

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

MulanPSL-2.0

7KB

bce

bincode encode

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.8MB
~59K SLoC