3 releases

0.1.4 Aug 17, 2024
0.1.3 Aug 17, 2024
0.1.1 Jun 5, 2024

#71 in #mark-down

Download history 138/week @ 2024-06-04 5/week @ 2024-06-11 194/week @ 2024-08-13 20/week @ 2024-08-20

214 downloads per month

MulanPSL-2.0

8KB

bintxt

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