61 releases

0.2.104 Nov 7, 2024
0.2.99 Oct 30, 2024
0.2.50 Jul 18, 2024
0.1.2 Jan 4, 2024

#117 in #site

Apache-2.0

315KB
6K SLoC

i18n-site

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
}

About

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

关于

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

Dependencies

~103MB
~2M SLoC