Structs

An Iterator of Unpackable 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 slice of Unpackable into bitpacked bytes packed, using num_bits per value.
Encodes (packs) a potentially incomplete pack of Unpackable into bitpacked bytes packed, using num_bits per value.