6 个版本

0.1.6 2024 年 4 月 11 日
0.1.5 2024 年 4 月 11 日

#45#ok

34 每月下载次数
4 crates 中使用

Apache-2.0

5KB
75

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
}

依赖项

~1.2–3.5MB
~60K SLoC