1 个不稳定版本

0.1.1 2024年4月9日

#47 in #ok

Apache-2.0 许可

9KB
121 代码行

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
}

依赖

~10–24MB
~398K SLoC