Crate fabruic[][src]

TODO

Modules

dangerousdangerous

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

error

Error for this crate.

Structs

Builder

Helper for constructing an Endpoint.

Certificate

A public certificate. You can distribute it freely to peers.

CertificateChain

A public Certificate chain, used to prese

Connecting

Represent’s an intermediate state to build a Connection.

Connection

Represents an open connection. Receives Incoming through [Stream].

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

PrivateKey

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.