quinn-rs/quinn
Async-friendly QUIC implementation in Rust 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
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
- readme: https://github.com/quinn-rs/quinn · fetched 2026-08-28 · 58dfa54a7e89
- registry_crates: https://crates.io/api/v1/crates/quinn · fetched 2026-08-29 · 15f287eea0bf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| quinn-rs/quinn | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem