Expand description
TODO
Modules
- Security-sensitive settings are hidden behind these traits. Be careful!
Structs
- Helper for constructing an
Endpoint
. - A public certificate. You can distribute it freely to peers.
- A public
Certificate
chain, used to prese - Represent’s an intermediate state to build a
Connection
. - Represents an open connection. Receives
Incoming
through [Stream
]. - Represents a socket using the QUIC protocol to communicate with peers.
- An intermediate state to define which type to accept in this stream. See
accept_stream
. - A key-pair, consisting of a
CertificateChain
andPrivateKey
. - A private key.
- Used to receive data from a stream. Will stop receiving message if deserialization failed.
- Used to send data to a stream.
Enums
- Configuration option for
Builder::set_store
.