3 releases

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

#46 in #ok

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
~132K SLoC