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