From 0c9b7f850663459ed7f37935fdd7d29ba347df18 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 23 Sep 2023 23:39:03 +0800 Subject: [PATCH] Add aws/s2n-quic to the QUIC section Update badge for cloudflare/quiche --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23d7aa1..7abe05c 100644 --- a/README.md +++ b/README.md @@ -1528,7 +1528,8 @@ See also [Are we game yet?](https://arewegameyet.rs) * POP3 * [mattnenterprise/rust-pop3](https://github.com/mattnenterprise/rust-pop3) [[pop3](https://crates.io/crates/pop3)] — A [POP3](https://en.wikipedia.org/wiki/Post_Office_Protocol) client for Rust * QUIC - * [cloudflare/quiche](https://github.com/cloudflare/quiche) — cloudflare implementation of the QUIC transport protocol and HTTP/3 ![build](https://img.shields.io/github/workflow/status/cloudflare/quiche/Stable) + * [aws/s2n-quic](https://github.com/aws/s2n-quic) - An implementation of the IETF QUIC protocol ![ci](https://img.shields.io/github/actions/workflow/status/aws/s2n-quic/ci.yml?branch=main) + * [cloudflare/quiche](https://github.com/cloudflare/quiche) — cloudflare implementation of the QUIC transport protocol and HTTP/3 ![build](https://img.shields.io/github/actions/workflow/status/cloudflare/quiche/stable.yml?branch=master) * [mozilla/neqo](https://github.com/mozilla/neqo) — an Implementation of QUIC written in Rust * [quinn-rs/quinn](https://github.com/quinn-rs/quinn) — Futures-based QUIC implementation in Rust [![build badge](https://dev.azure.com/dochtman/Projects/_apis/build/status/Quinn?branchName=master)](https://dev.azure.com/dochtman/Projects/_build) * Raknet