axum
HTTP routing and request-handling library for Rust that focuses on ergonomics and modularity
About this project
axum axum is an HTTP routing and request-handling library that focuses on ergonomics and modularity. More information about this crate can be found in the crate documentation. High level features — 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. In particular the last point is what sets axum apart from other libraries / frameworks. axum doesn't have its own middleware system but instead uses [tower::Service]. This means axum gets…
Technologies
Project health
GitHub
Reviews
Built by
Maintain tokio-rs/axum? Claiming verifies admin access through your GitHub account and gives you control of this listing.