alive_api

Crates.ioalive_api
lib.rsalive_api
version0.1.6
sourcesrc
created_at2024-04-09 02:43:12.145009
updated_at2024-04-11 06:49:28.127041
descriptionalive_api
homepagehttps://atomgit.com/i18n/alive/tree/dev/alive_api
repositoryhttps://atomgit.com/i18n/alive.git
max_upload_size
id1201686
size4,919
(3tieto)

documentation

README

alive_api

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: 0

cargo fmt