ft

Crates.ioft
lib.rsft
version0.1.10
sourcesrc
created_at2024-05-01 02:05:52.444754
updated_at2024-06-13 10:14:41.843464
descriptionft
homepagehttps://github.com/i18n-site/rust/tree/main/ft
repositoryhttps://github.com/i18n-site/rust.git
max_upload_size
id1225734
size7,961
(3tieto)

documentation

README

ft

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