rwf2/Rocket
A web framework for Rust. observed · 2026-08-28
Health v2 · maintenance only
49/100
- Activity 59
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3820
- days_rel: n/a
- days_push: 248
- n_releases_24m: 0
Adoption not part of the score
25782 stars · 1635 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Rocket is an async web framework for Rust focused on usability, security, extensibility, and speed. It provides macro-based routing, compile-time route checking, typed request handling, and optional features like TLS, secrets, and JSON support.
Use cases
- build a web application in rust
- write a type-safe rest api in rust
- serve http endpoints with rust
- handle web forms and file uploads in rust
- create a secure web server with tls in rust
- build a json api backend in rust
When to choose
- you want a batteries-included, type-safe Rust web framework with minimal boilerplate
- compile-time route and request validation matters for security and correctness
- you want built-in form handling, testing utilities, and optional TLS/secrets features
- you prefer declarative macro-based routing over manual handler wiring
When to avoid
- you need a minimal micro-framework with tiny compile times
- your team is not comfortable with Rust's type system and macros
- you need a framework with built-in ORM or sessions rather than external crates
- you are building in a non-Rust language or need multi-language support
Facets
framework · maturity stable
web-framework http-server routing middleware templating form-handling serialization testing web-development backend apis rust cross-platform type-safe async rust-web macro-based-routing tls http2 web-server
5 sources
- readme: https://github.com/rwf2/Rocket · fetched 2026-08-28 · 910d09efd832
- homepage: https://rocket.rs · fetched 2026-08-29 · ca43144ab149
- site_page: https://rocket.rs/guide/v0.5/faq · fetched 2026-08-29 · db2707014c0a
- registry_crates: https://crates.io/api/v1/crates/rocket · fetched 2026-08-29 · 2bf6f9e9116b
- site_page: https://api.rocket.rs/v0.5/rocket · fetched 2026-08-29 · 163dbb9d18e9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rwf2/Rocket | main | 49 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem