Crates.io | axum-route |
lib.rs | axum-route |
version | 0.1.1 |
source | src |
created_at | 2022-09-11 16:06:05.544918 |
updated_at | 2022-09-11 16:09:46.272417 |
description | Minimalistic route macro for axum |
homepage | |
repository | https://github.com/Kyiro/axum-route |
max_upload_size | |
id | 663117 |
size | 3,094 |
#[route(get, "/")]
pub async fn index() -> String {
"Hello World!".into_string()
}