R

Rocket

Web framework for Rust focused on developer experience — type-checked routes, request guards, and zero-boilerplate handlers.

Rust free Open Source web since 2016

Rocket uses procedural macros to validate routes, inputs, and guards at compile time — invalid routes simply don’t compile. Its request guard trait provides a clean extension point for authentication, rate limiting, and validation. Rocket 0.5 added async support and is the most beginner-friendly Rust web framework.

// 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

backendrustergonomictype-safeapirestmacros
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub