//! Wire protocol: frame definitions and codec.
//!//! All on-the-wire framing is defined here. Higher layers only deal in
//! [`Frame`] values; the binary format is encapsulated in [`FrameCodec`].
modcodec;modframe;modheader;pub(crate)usecodec::FrameCodec;pub(crate)useframe::{Flags, Frame};