Crate fabruic[][src]

TODO

Re-exports

pub use error::Error;
pub use error::Result;

Modules

error

Error for this crate.

Structs

Builder

Holding configuration for Builder to build Endpoint.

Certificate

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

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. Receives incoming Connections through [Stream].

Incoming

An intermediate state to define which type to accept in this stream. See accept_stream.

PrivateKey

A private Key.

Receiver

Used to receive data from a stream.

Sender

Used to send data to a stream.

Traits

Dangerous

Gives read access to the PrivateKey.