t_

Crates.iot_
lib.rst_
version0.1.2
sourcesrc
created_at2024-02-06 03:13:45.370937
updated_at2024-06-13 10:41:03.826695
descriptiont_
homepagehttps://github.com/i18n-site/rust/tree/main/t_
repositoryhttps://github.com/i18n-site/rust.git
max_upload_size
id1128402
size2,343
(3tieto)

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
}
Commit count: 20

cargo fmt