A

Axum

Ergonomic Rust web framework from the Tokio team — macro-free routing, extractors, and seamless Tower middleware compatibility.

Rust free Open Source web since 2021

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

Async runtime for Rust — event-driven, non-blocking I/O, task scheduling, and networking …

async 2016 open source

// tags

backendrustasynctokiotowerapirestergonomic
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub