Axum

RecipeCratesCategories
Create a web server with axumaxumcat-web-programming cat-web-programming::http-server

Create a web server with axum

axum axum-crates.io axum-github axum-lib.rs cat-asynchronous cat-network-programming cat-web-programming::http-server

axum is a web framework that focuses on ergonomics and modularity. It is an official part of the tokio project. axum is recommended for most new projects.

fn main() {
    todo!();
}

See also