Axum
Recipe | Crates | Categories |
---|---|---|
Create a web server with axum |
Create a web server with axum
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
- Axum examples⮳
- "Real world" examples with
axum
andsqlx
⮳ - Explore
realworld.how
⮳ for additional examples. crates.io
example source code (using Axum)⮳
[axum: write (P1)](https://github.com/john-cd/rust_howto/issues/507)