axum-route 0.1.0

Minimalistic route macro for axum
Documentation

axum-route

#[route(get, "/")]
pub async fn index() -> String {
    "Hello World!".into_string()
}