Expand description
A networking library providing abstractions on top s2n_quic
.
Modules§
- metrics
tracing_subscriber::Layer
for structured communication metrics.
Structs§
- Connection
- Used to create grouped sub-streams.
- Id
- Explicit Id provided by the user for a stream for a specific
Connection
. - Receive
Stream Bytes - Receive part of the bytes stream.
- Send
Stream Bytes - Send part of the bytes stream.
- Stream
Manager - Manages accepting of new streams.
Enums§
- Connection
Error - Possible connection errors.
- Stream
Error - Possible byte stream errors.
Type Aliases§
- Receive
Stream - Receive part of the serialized stream.
- Receive
Stream Temp - A temporary typed receive stream which borrows a
ReceiveStreamBytes
. - Send
Stream - Send part of the serialized stream.
- Send
Stream Temp - A temporary typed send stream which borrows a
SendStreamBytes
.