2 releases

0.1.4 Aug 17, 2024
0.1.1 Jun 13, 2024

#57 in #mark-down

Download history 111/week @ 2024-06-08 40/week @ 2024-06-15 2/week @ 2024-06-22 10/week @ 2024-06-29 16/week @ 2024-07-13 2/week @ 2024-07-20 11/week @ 2024-08-03 6/week @ 2024-08-10 156/week @ 2024-08-17 17/week @ 2024-08-24 23/week @ 2024-08-31 8/week @ 2024-09-07 20/week @ 2024-09-14 17/week @ 2024-09-21

70 downloads per month
Used in 3 crates (via verfs)

MulanPSL-2.0

8KB
50 lines

li_pos

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