tuic-quinn

Crates.iotuic-quinn
lib.rstuic-quinn
version0.1.0
sourcesrc
created_at2023-02-05 09:06:37.489074
updated_at2023-06-08 07:29:55.145294
descriptionA thin layer on top of quinn to provide functions for TUIC
homepage
repositoryhttps://github.com/EAimTY/tuic
max_upload_size
id776930
size23,477
(EAimTY)

documentation

README

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

Commit count: 536

cargo fmt