#network #proxy #quic #tuic

tuic-quinn

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

3 releases

0.1.0-pre-alpha5 May 20, 2023
0.1.0-pre-alpha4 May 16, 2023
0.1.0-pre-alpha3 Apr 24, 2023
0.1.0-pre-alpha2 Feb 5, 2023

#2320 in Network programming

Download history 110/week @ 2023-02-06 26/week @ 2023-02-13 11/week @ 2023-02-20 15/week @ 2023-02-27 1/week @ 2023-03-06 2/week @ 2023-03-20 6/week @ 2023-03-27 3/week @ 2023-04-03 7/week @ 2023-04-10 6/week @ 2023-04-17 19/week @ 2023-04-24 2/week @ 2023-05-01 11/week @ 2023-05-08 49/week @ 2023-05-15 57/week @ 2023-05-22

119 downloads per month
Used in 2 crates

GPL-3.0-or-later

80KB
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 TUIC protocol flow state machine abstraction 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–12MB
~201K SLoC