Structs§
- An
IteratorofUnpackableunpacked 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
Unpackabledenoting complete unpacked arrays.
Functions§
- Encodes (packs) a potentially incomplete pack of
Unpackableinto bitpacked bytespacked, usingnum_bitsper value.