A Rusty web framework built with Tokio, Tower, and Hyper ↦
axum
focuses on ergonomics and modularity. It can:
- Route requests to handlers with a macro free API.
- Declaratively parse requests using extractors.
- Simple and predictable error handling model.
- Generate responses with minimal boilerplate.
- Take full advantage of the [
tower
] and [tower-http
] ecosystem of middleware, services, and utilities.
Lots of axum
doing various webby things right here.
Discussion
Sign in or Join to comment or subscribe