7 releases

0.2.12 Aug 17, 2024
0.2.8 Aug 9, 2024
0.2.3 Jul 26, 2023

#7 in #mark-down


Used in len_mtime

MulanPSL-2.0

7KB
144 lines

trait_len

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 ⋅ 国际化解决方案 的开源组件。

No runtime deps