1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-03-03 14:32:38 +02:00

add QUIC (HTTP/3) implementations

This commit is contained in:
Igor Perikov 2019-11-02 14:31:36 +03:00 committed by GitHub
parent b945661634
commit 703e354e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1205,6 +1205,10 @@ See also [Are we game yet?](http://arewegameyet.com)
* [Covertness/coap-rs](https://github.com/Covertness/coap-rs) — A [Constrained Application Protocol(CoAP)](https://tools.ietf.org/html/rfc7252) library for Rust. [<img src="https://api.travis-ci.org/Covertness/coap-rs.svg?branch=master">](https://travis-ci.org/Covertness/coap-rs)
* RPC
* [smallnest/rpcx-rs](https://github.com/smallnest/rpcx-rs) — A RPC library for Rust for developing microservices in easy and simple way. [<img src="https://api.travis-ci.org/smallnest/rpcx-rs.svg?branch=master">](https://travis-ci.org/smallnest/rpcx-rs)
* QUIC
* [cloudflare/quiche](https://github.com/cloudflare/quiche) - cloudflare implementation of the QUIC transport protocol and HTTP/3 [<img src="https://travis-ci.com/cloudflare/quiche.svg?branch=master">](https://travis-ci.com/cloudflare/quiche)
* [djc/quinn](https://github.com/djc/quinn) - Futures-based QUIC implementation in Rust [<img src="https://dev.azure.com/dochtman/Projects/_apis/build/status/Quinn?branchName=master">](https://dev.azure.com/dochtman/Projects/_build/latest?definitionId=1&branchName=master)
* [mozilla/neqo](https://github.com/mozilla/neqo) - an Implementation of QUIC written in Rust
### Parsing