3 releases

0.1.4 Aug 17, 2024
0.1.3 Aug 17, 2024
0.1.2 Jul 1, 2024

#60 in #mark-down

Download history 175/week @ 2024-06-28 31/week @ 2024-07-05 65/week @ 2024-07-12 8/week @ 2024-07-19 6/week @ 2024-07-26 13/week @ 2024-08-02 50/week @ 2024-08-09 268/week @ 2024-08-16 35/week @ 2024-08-23 21/week @ 2024-08-30

377 downloads per month
Used in 7 crates (via mreq)

MulanPSL-2.0

12KB
114 lines

header_map

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

~3–14MB
~192K SLoC