Skip to main content

Module bit_reader

Module bit_reader 

Source
Expand description

Bit-level reader for space-optimized packing.

Structs§

BitReader
A wrapper around a Reader that allows reading data bit-by-bit.

Traits§

Unpackable
A helper trait to unpack u64 into various types for the BitPacked macro.