HTTP routing and request handling library that focuses on ergonomics and modularity.
# Cargo.toml
[dependencies]
axum = "0.8.9"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple HTTP server with Axum.
Add tokio as a dependency with the "full" feature and use #[tokio::main]
No dependency data recorded yet.