2 releases

new 0.1.2 Apr 27, 2024
0.1.1 Mar 1, 2024

#61 in #ok

23 downloads per month

Apache-2.0

3KB

dot_hide

use aok::{Result, OK};
use static_init::constructor;
use tracing::info;

#[constructor(0)]
extern "C" fn init() {
  loginit::init()
}

#[test]
fn test() -> Result<()> {
  info!("{}", 123456);
  OK
}

Dependencies

~0–7.5MB
~42K SLoC