axum 0.6.20

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

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