3 releases

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

#22 in #mark-down

Download history 33/week @ 2024-10-29 20/week @ 2024-11-05 1/week @ 2024-11-12 12/week @ 2024-11-19 12/week @ 2024-11-26 11/week @ 2024-12-03 45/week @ 2024-12-10 3/week @ 2024-12-17 7/week @ 2025-02-04 61/week @ 2025-02-11

68 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

~4–16MB
~195K SLoC