axum-route

Crates.ioaxum-route
lib.rsaxum-route
version0.1.1
sourcesrc
created_at2022-09-11 16:06:05.544918
updated_at2022-09-11 16:09:46.272417
descriptionMinimalistic route macro for axum
homepage
repositoryhttps://github.com/Kyiro/axum-route
max_upload_size
id663117
size3,094
Kyiro (Kyiro)

documentation

README

axum-route

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

cargo fmt