6 releases

0.1.6 Apr 11, 2024
0.1.5 Apr 11, 2024

#41 in #ok

Download history 441/week @ 2024-04-07 18/week @ 2024-04-14

459 downloads per month
Used in 4 crates

Apache-2.0

5KB
75 lines

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
}

Dependencies

~1.2–3.5MB
~59K SLoC