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
Certificatechain, used to prese - Represent’s an intermediate state to build a
Connection. - Represents an open connection. Receives
Incomingthrough [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
CertificateChainandPrivateKey. - 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.