3 releases

0.1.3 Apr 15, 2024
0.1.2 Apr 15, 2024
0.1.1 Apr 15, 2024

#44 in #ok

Download history 326/week @ 2024-04-13 23/week @ 2024-04-20 4/week @ 2024-04-27

353 downloads per month

Apache-2.0

5KB

ping_ver

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

~5.5–7.5MB
~133K SLoC