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

quinn-rs/quinn

Async-friendly QUIC implementation in Rust observed · 2026-08-28

github.com/quinn-rs/quinn · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 98
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 13.5
  • age_days: 3074
  • days_rel: 16
  • days_push: 10
  • n_releases_24m: 23

Full methodology

Adoption not part of the score

5232 stars · 606 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport protocol, with a high-level tokio-based API plus a sans-I/O protocol state machine. It supports client/server operation, streams, datagrams, and pluggable cryptography via rustls.

Use cases

  • implement a QUIC server or client in Rust
  • build an HTTP/3 transport layer
  • replace TCP with a low-latency encrypted transport
  • embed QUIC in a custom event loop via a sans-I/O state machine
  • send small unreliable messages alongside reliable streams

When to choose

  • you need a mature, pure-Rust QUIC stack with an async API
  • you want pluggable cryptography and stable-Rust compatibility
  • you need both reliable streams and unreliable datagrams over one connection

When to avoid

  • you need a C or C++ QUIC library
  • your project is not Rust-based
  • you only need simple TCP/HTTP without QUIC's benefits

Facets

library · maturity stable

networking http-server http-client cryptography concurrency networking web-development developer-tools performance rust windows cross-platform quic transport-protocol tokio async sans-io rustls udp http3 linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
quinn-rs/quinnmain99

For agents

markdown · JSON · MCP: product_card(name="quinn-rs/quinn")

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