1 unstable release

new 0.1.1 Apr 30, 2024

#53 in #ok

Apache-2.0

5KB

pbar

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.3–8.5MB
~67K SLoC