axum 0.7.2

Web framework that focuses on ergonomics and modularity
Documentation
#[rustversion::nightly]
fn main() {
    println!("cargo:rustc-cfg=nightly_error_messages");
}

#[rustversion::not(nightly)]
fn main() {}