1 unstable release

new 0.1.8 Jan 8, 2025

#165 in Internationalization (i18n)

Download history 104/week @ 2025-01-03

104 downloads per month

MulanPSL-2.0

31KB
255 lines

xr

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

~17–28MB
~523K SLoC