Lib
.rs
›
Network programming
#
connection
#
internet
#
tls
#
draft
#
udp
#
implemention
#
10
quic
QUIC rust implemention
by
John Smith
,
cssivision
Install
API reference
GitHub (quic-rs)
3 releases
Uses old Rust 2015
0.0.3
May 28, 2018
0.0.2
May 28, 2018
0.0.1
Aug 9, 2016
#
15
in
#implemention
MIT/Apache
5KB
QUIC
(Quick UDP Internet Connections) by google
The IETF
wg
Wanted Features
Currently targets QUIC draft 10 and TLS 1.3 draft 23
Uses
rustls
for all TLS operations
Uses
ring
for AEAD encryption/decryption
No runtime deps