7 releases

0.2.13 May 21, 2024
0.2.4 May 1, 2024
0.1.2 Jan 4, 2024
0.1.1 May 1, 2024

#39 in #ok

Download history 2/week @ 2024-02-19 15/week @ 2024-02-26 15/week @ 2024-04-01 291/week @ 2024-04-29 138/week @ 2024-05-20

429 downloads per month

Apache-2.0

185KB
4K 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

~105MB
~2M SLoC