xbin

Crates.ioxbin
lib.rsxbin
version0.1.4
sourcesrc
created_at2024-02-21 22:44:45.447881
updated_at2024-06-13 10:35:03.569749
descriptionxbin
homepagehttps://github.com/i18n-site/rust/tree/main/xbin
repositoryhttps://github.com/i18n-site/rust.git
max_upload_size
id1148561
size2,635
(3tieto)

documentation

README

xbin

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