Expand description

QUIC Transport implementation with Quinn

This module implements QUIC traits with Quinn.

Re-exports

pub use quinn;

Structs

A QUIC endpoint.

A stream of bidirectional QUIC streams initiated by a remote peer.

A stream of unidirectional QUIC streams initiated by a remote peer.

Components of a newly established connection

A future that will resolve into an opened outgoing bidirectional stream

A future that will resolve into an opened outgoing unidirectional stream

An integer less than 2^62

Enums

Errors that arise from writing to a stream

Traits

A cryptographic session (commonly TLS)