Structs§
- An
Iterator
ofUnpackable
unpacked from a bitpacked slice of bytes.
Traits§
- A byte slice (e.g.
[u8; 8]
) denoting types that represent complete packs. - A type representing a type that can be bitpacked and unpacked by this crate.
- A byte slice of
Unpackable
denoting complete unpacked arrays.
Functions§
- Encodes (packs) a potentially incomplete pack of
Unpackable
into bitpacked bytespacked
, usingnum_bits
per value.