1 个不稳定版本

新版本 0.1.8 2024年8月26日

436国际化 (i18n) 中排名 #436

Download history · Rust 包仓库 119/week @ 2024-08-21 · Rust 包仓库

119 每月下载量

MulanPSL-2.0

8KB
51

rtoc

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