Module wire

Source

Re-exports§

pub use frame::StreamId;
pub use message::AddressType;
pub use message::MessageType;

Modules§

frame
Framing protocol.
message
varint
Variable-length integer implementation based on QUIC.

Enums§

Error

Traits§

Decode
Things that can be decoded from binary.
Encode
Things that can be encoded as binary.

Functions§

deserialize
Decode an object from a slice.
serialize
Encode an object into a byte vector.

Type Aliases§

Size
The default type we use to represent sizes on the wire.