Crate h3_quinn

Source
Expand description

QUIC Transport implementation with Quinn

This module implements QUIC traits with Quinn.

Re-exports§

pub use quinn;

Structs§

AcceptBi
Future produced by Connection::accept_bi
AcceptUni
Future produced by Connection::accept_uni
BidiStream
Quinn-backed bidirectional stream
Connection
A QUIC connection backed by Quinn
ConnectionError
The error type for Connection
Endpoint
A QUIC endpoint.
OpenBi
Future produced by Connection::open_bi
OpenStreams
Stream opener backed by a Quinn connection
OpenUni
Future produced by Connection::open_uni
ReadError
The error type for RecvStream
RecvStream
Quinn-backed receive stream
SendStream
Quinn-backed send stream
VarInt
An integer less than 2^62

Enums§

SendDatagramError
Types of errors when sending a datagram.
SendStreamError
The error type for SendStream
WriteError
Errors that arise from writing to a stream