102 releases

0.1.293 Nov 6, 2024
0.1.289 Oct 30, 2024
0.1.243 Jul 18, 2024
0.1.189 Feb 13, 2024
0.1.1 Dec 25, 2023

#156 in #site

39 downloads per month
Used in i18n-site

Apache-2.0

180KB
3.5K SLoC

i18

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!("{:?}", "   ".split_whitespace().collect::<Vec<>>);
  OK
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

Dependencies

~30–47MB
~792K SLoC