Expand description
Bit-level reader for space-optimized packing.
Structs§
- BitReader
- A wrapper around a
Readerthat allows reading data bit-by-bit.
Traits§
- Unpackable
- A helper trait to unpack
u64into various types for theBitPackedmacro.
Bit-level reader for space-optimized packing.
Reader that allows reading data bit-by-bit.u64 into various types for the BitPacked macro.