3 releases

0.1.3 Aug 17, 2024
0.1.2 Aug 17, 2024
0.1.1 Jun 13, 2024

#39 in #mark-down

Download history 14/week @ 2024-07-29 16/week @ 2024-08-05 197/week @ 2024-08-12 55/week @ 2024-08-19 15/week @ 2024-08-26 22/week @ 2024-09-02 14/week @ 2024-09-09 4/week @ 2024-09-16 14/week @ 2024-09-23 1/week @ 2024-09-30 5/week @ 2024-10-07 15/week @ 2024-10-14 12/week @ 2024-10-21 6/week @ 2024-10-28 27/week @ 2024-11-04

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

MulanPSL-2.0

8KB

cmp_len_str

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