t_

Crates.iot_
lib.rst_
version0.1.3
sourcesrc
created_at2024-02-06 03:13:45.370937
updated_at2024-08-17 13:18:40.970952
descriptiont_
homepagehttps://github.com/i18n-site/rust/tree/main/t_
repositoryhttps://github.com/i18n-site/rust.git
max_upload_size
id1128402
size3,555
i18n.site (i18nsite)

documentation

README

t_

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
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

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

Commit count: 21

cargo fmt