2 releases

0.1.4 Aug 17, 2024
0.1.1 Jun 13, 2024

#79 in #mark-down

Download history 128/week @ 2024-06-09 25/week @ 2024-06-16 10/week @ 2024-06-30 18/week @ 2024-07-14 17/week @ 2024-08-04 96/week @ 2024-08-11 64/week @ 2024-08-18 14/week @ 2024-08-25 24/week @ 2024-09-01

204 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