Expand description
TODO
Modules
- Security-sensitive settings are hidden behind these traits. Be careful!
Structs
- Helper for constructing anEndpoint.
- A public certificate. You can distribute it freely to peers.
- A publicCertificatechain, used to prese
- Represent’s an intermediate state to build aConnection.
- Represents an open connection. ReceivesIncomingthrough [Stream].
- Represents a socket using the QUIC protocol to communicate with peers.
- An intermediate state to define which type to accept in this stream. Seeaccept_stream.
- A key-pair, consisting of aCertificateChainandPrivateKey.
- 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 forBuilder::set_store.