4 releases

new 0.1.4 Apr 26, 2024
0.1.3 Apr 26, 2024
0.1.2 Apr 12, 2024
0.1.1 Apr 10, 2024

#44 in #ok

Download history 315/week @ 2024-04-07 32/week @ 2024-04-14 192/week @ 2024-04-21

539 downloads per month

Apache-2.0

6KB
77 lines

axum_cors

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

~5.5–7.5MB
~129K SLoC