Axum
The web framework: routing, extractors and middleware, built on Tokio and Tower.
Every page you see here is rendered on the server by a single compiled Rust binary — no JavaScript framework, no runtime to install.
The web framework: routing, extractors and middleware, built on Tokio and Tower.
Templates compiled into the binary. A mistake in the HTML fails the build, not the request.
Talked to via sqlx, with migrations applied automatically at startup.