2 releases

0.1.6 Aug 17, 2024
0.1.2 Jun 15, 2024

#41 in #mark-down

Download history 6/week @ 2024-06-21 10/week @ 2024-06-28 3/week @ 2024-07-05 13/week @ 2024-07-12 3/week @ 2024-07-19 3/week @ 2024-07-26 2/week @ 2024-08-02 12/week @ 2024-08-09 165/week @ 2024-08-16 18/week @ 2024-08-23 18/week @ 2024-08-30 8/week @ 2024-09-06 16/week @ 2024-09-13 27/week @ 2024-09-20 27/week @ 2024-09-27 6/week @ 2024-10-04

76 downloads per month
Used in 3 crates (2 directly)

MulanPSL-2.0

8KB
69 lines

ver_incr

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