tran

Crates.iotran
lib.rstran
version0.1.38
created_at2025-03-10 03:27:31.27127+00
updated_at2025-06-24 09:08:28.224807+00
descriptiontran
homepagehttps://github.com/i18n-site/tran/tree/dev/tran
repositoryhttps://github.com/i18n-site/tran.git
max_upload_size
id1586121
size59,324
i18n.site (i18nsite)

documentation

README

tran

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 ⋅ 国际化解决方案 的开源组件。

Commit count: 0

cargo fmt