4 releases

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

#45 in #ok

Download history 328/week @ 2024-04-08 22/week @ 2024-04-15 209/week @ 2024-04-22 62/week @ 2024-04-29 9/week @ 2024-05-06 83/week @ 2024-05-20

168 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
~130K SLoC