//! Frame encoding utilities and length-prefix helpers built around
//! `tokio_util::codec::LengthDelimitedCodec` (4-byte big-endian by default).
pubmodconversion;pubmodformat;pubmodmetadata;pubuseconversion::{bytes_to_u64, u64_to_bytes};pubuseformat::{Endianness, LengthFormat};pubusemetadata::FrameMetadata;#[cfg(test)]modtests;