1 unstable release
0.1.1 | Apr 9, 2024 |
---|
#45 in #ok
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–24MB
~385K SLoC