2 releases

0.1.10 Sep 4, 2024
0.1.8 Aug 26, 2024

#417 in Internationalization (i18n)

Download history 154/week @ 2024-08-26 152/week @ 2024-09-02

306 downloads per month
Used in i18n-site

MulanPSL-2.0

8KB
55 lines

rtoc

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

~135KB