1 unstable release

0.1.1 Apr 30, 2024

#49 in #ok

Download history 181/week @ 2024-04-28 4/week @ 2024-05-05 20/week @ 2024-05-19

205 downloads per month
Used in 2 crates (via i18)

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–9MB
~69K SLoC