#proxy #quic #tuic #networking

tuic-quinn

A thin layer on top of quinn to provide functions for TUIC

1 unstable release

0.1.0 Jun 8, 2023
0.1.0-pre-alpha5 May 20, 2023
0.1.0-pre-alpha3 Apr 24, 2023
0.1.0-pre-alpha2 Feb 5, 2023

#85 in #quic

Download history 3/week @ 2024-02-16 9/week @ 2024-02-23 6/week @ 2024-03-01 5/week @ 2024-03-08 3/week @ 2024-03-15 118/week @ 2024-03-29

127 downloads per month
Used in 2 crates

GPL-3.0-or-later

82KB
2K SLoC

tuic-quinn

A thin layer on top of quinn to provide functions for TUIC

Version Documentation License

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–16MB
~194K SLoC