6 releases

new 0.2.4 May 1, 2024
0.2.3 May 1, 2024
0.1.2 Jan 4, 2024
0.1.1 May 1, 2024

#48 in #ok

Apache-2.0

82KB
1.5K SLoC

i18n-site

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

~23–44MB
~804K SLoC