//! `CompressedVector` binary serialization.
//!//! Implements the Level-1 wire format defined in
//! `docs/design/rust/serialization-format.md`.
modfrom_bytes;pub(crate)modheader;pub(crate)modpack;modto_bytes;pub(crate)modunpack;pubusefrom_bytes::from_bytes;pubuseheader::HEADER_SIZE;pubuseto_bytes::to_bytes;