A
Axum
Ergonomic Rust web framework from the Tokio team — macro-free routing, extractors, and seamless Tower middleware compatibility.
Axum is built on Tokio and the Tower ecosystem — any Tower middleware (rate limiting, tracing, auth) works out of the box. Its macro-free routing and type-safe extractors provide an ergonomic API without code generation. Axum has rapidly become the preferred Rust web framework for new projects.
// commonly used libraries
Serialization and deserialization framework for Rust — derive macros generate blazing-fast …
serialization
2014
open source
// tags
backendrustasynctokiotowerapirestergonomic