Crate fabruic[][src]

Expand description

TODO

Modules

dangerousdangerous

Security-sensitive settings are hidden behind these traits. Be careful!

Error for this crate.

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 and PrivateKey.

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.