A tiny QUIC implementation in Rust
Feather-QUIC is a personal experimental project aimed at implementing the QUIC protocol in Rust while also developing a client tool that offers flexible configuration options for QUIC’s underlying features. Along the way, I’ll document my thoughts and interesting details from the development process through a series of blog posts:
Implementing QUIC from Scratch with Rust: A Fresh Start
Implementing QUIC from Scratch with Rust: Runtime
Implementing QUIC from Scratch with Rust: Trying to analyse and implement QUIC Handshake 😂
Implementing QUIC from Scratch with Rust: Implement TLS 1.3 Handshake and QUIC-TLS Key Update
To be continued
Contribution Contributions are welcome! Feel free to open issues or submit pull requests to improve Feather-QUIC.
License This project is licensed under the MIT License. See the LICENSE file for more details.