Skip to main content

Module compressed_vector

Module compressed_vector 

Source
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 CompressedVector from data.
to_bytes
Serialize cv to a Vec<u8> in the Level-1 wire format.