quinn
QUIC protocol engine
An implementation of the QUIC transport protocol in Rust
Async-friendly QUIC implementation in Rust
4k stars
59 watching
394 forks
Language: Rust
last commit: 4 days ago
Linked from 1 awesome list
hacktoberfestprotocolquicrust
Related projects:
Repository | Description | Stars |
---|---|---|
async-rs/async-std | An async version of the Rust standard library with modern features and complete parity with the original API. | 3,966 |
tokio-rs/tokio | Provides a runtime for writing reliable asynchronous applications with Rust. | 27,064 |
seanmonstar/reqwest | An HTTP client library for Rust providing an ergonomic and powerful way to make HTTP requests | 9,926 |
cloudflare/quiche | An implementation of the QUIC transport protocol and HTTP/3 for building high-performance network applications | 9,475 |
microsoft/msquic | An implementation of the QUIC protocol for secure and efficient network communication | 4,057 |
hyperium/tonic | A high-performance gRPC client and server implementation with async/await support | 10,019 |
rust-lang/futures-rs | Provides the foundations for asynchronous programming in Rust. | 5,416 |
aws/s2n-quic | An implementation of the IETF QUIC protocol with features like cryptography, high configurability and integration with other tools. | 1,165 |
quic-go/quic-go | An implementation of the QUIC protocol in Go, supporting HTTP/3 and other related features. | 10,127 |
hatoo/oha | A Rust-based HTTP load generator with real-time TUI animation. | 6,349 |
rust-lang/crates.io | A central registry and infrastructure for sharing Rust packages, written in Rust | 2,984 |
rbatis/rbatis | An ORM that compiles dynamic SQL at compile time, balancing performance and robustness for efficient database interactions. | 2,297 |
gotham-rs/gotham | A web framework designed to promote stability, safety, security, and speed by leveraging Rust's static typing, async support, and fast server capabilities. | 2,238 |
mozilla/neqo | An implementation of QUIC protocol in Rust for web browsing | 1,845 |
launchbadge/sqlx | An async, pure Rust SQL crate with compile-time checked queries and support for multiple databases. | 13,470 |