2 releases
0.1.1 | Sep 11, 2022 |
---|---|
0.1.0 | Sep 11, 2022 |
#125 in #minimalist
4KB
56 lines
axum-route
#[route(get, "/")]
pub async fn index() -> String {
"Hello World!".into_string()
}
Dependencies
~1.5MB
~37K SLoC
0.1.1 | Sep 11, 2022 |
---|---|
0.1.0 | Sep 11, 2022 |
#125 in #minimalist
4KB
56 lines
#[route(get, "/")]
pub async fn index() -> String {
"Hello World!".into_string()
}
~1.5MB
~37K SLoC