bit_buffers is a collection of utilities designed to make it easy to perform IO at the bit level, i.e. writing and reading individual bits to and from a file or buffer
bit_buffers
pub use self::bit_reader::BitReader;
pub use self::bit_writer::BitWriter;