Ross ROSS = Recommend OSS · open-source software intelligence for agents

rwf2/Rocket

A web framework for Rust. observed · 2026-08-28

github.com/rwf2/Rocket · homepage · Rust · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
rwf2/Rocketmain49

For agents

markdown · JSON · MCP: product_card(name="rwf2/Rocket")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem