1 unstable release

new 0.1.1 Apr 9, 2024

#48 in #ok

Download history 100/week @ 2024-04-04

100 downloads per month

Apache-2.0

9KB
121 lines

cname_flatten

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

~10–26MB
~422K SLoC