A thin layer on top of quinn to provide functions for TUIC
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.
GNU General Public License v3.0