3 个版本

0.1.3 2024 年 8 月 17 日
0.1.2 2024 年 8 月 17 日
0.1.1 2024 年 6 月 13 日

#75#mark-down

Download history 118/week @ 2024-06-09 23/week @ 2024-06-16 11/week @ 2024-06-30 4/week @ 2024-07-07 16/week @ 2024-07-14 13/week @ 2024-07-28 17/week @ 2024-08-04 143/week @ 2024-08-11 102/week @ 2024-08-18

每月 275 次下载
3 个crate中使用(通过 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
}

关于

本项目是 i18n.site ⋅ 国际化解决方案 的开源组件。

关于

本项目是 i18n.site ⋅ 国际化解决方案 的开源组件。

依赖关系

~130KB