1 unstable release

0.1.1 Feb 6, 2024

#54 in #ok

Apache-2.0

2KB

i_

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

~420KB