Expand description
QUIC Transport implementation with Quinn
This module implements QUIC traits with Quinn.
Re-exports§
pub use quinn;
Structs§
- Accept
Bi - Future produced by
Connection::accept_bi
- Accept
Uni - Future produced by
Connection::accept_uni
- Bidi
Stream - Quinn-backed bidirectional stream
- Connection
- A QUIC connection backed by Quinn
- Endpoint
- A QUIC endpoint.
- OpenBi
- Future produced by
Connection::open_bi
- Open
Streams - Stream opener backed by a Quinn connection
- OpenUni
- Future produced by
Connection::open_uni
- Recv
Stream - Quinn-backed receive stream
- Send
Stream - Quinn-backed send stream
- VarInt
- An integer less than 2^62