Expand description
CompressedVector binary serialization.
Implements the Level-1 wire format defined in
docs/design/rust/serialization-format.md.
Constants§
- HEADER_
SIZE - Total header size in bytes.
Functions§
- from_
bytes - Deserialize a
CompressedVectorfromdata. - to_
bytes - Serialize
cvto aVec<u8>in the Level-1 wire format.