Crate channels_packet

Source
Expand description

Utilities to parse channels frames.

Re-exports§

pub use self::frame::Frame;
pub use self::header::Header;
pub use self::payload::Payload;

Modules§

frame
Frame and helper types.
header
Header and helper types.
payload
Payload and helper types.

Structs§

Checksum
The frame header checksum.
Flags
Frame flags.
FrameNum
A 6-bit frame number.
FrameNumSequence
An endless sequence of consecutive frame numbers.
Wants
Signal to the calling code that parsing cannot continue until this many more bytes have been read.