1 unstable release
0.1.0 | Jun 8, 2023 |
---|---|
0.1.0-pre-alpha5 |
|
0.1.0-pre-alpha3 |
|
0.1.0-pre-alpha2 |
|
#118 in #quic
67 downloads per month
Used in 2 crates
82KB
2K
SLoC
tuic-quinn
A thin layer on top of quinn to provide functions for TUIC
Overview
This crate provides a wrapper Connection
around quinn::Connection
. It can be used to perform TUIC operations.
Note that there is no state machine abstraction for the TUIC protocol flow in this crate. You need to implement it yourself.
License
GNU General Public License v3.0
lib.rs
:
Side marker types for a connection.
Dependencies
~6–14MB
~180K SLoC