Crate bit_buffers

Crate bit_buffers 

Source
Expand description

§Bit Buffers

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

Re-exports§

pub use self::bit_reader::BitReader;
pub use self::bit_writer::BitWriter;

Modules§

bit_reader
bit_writer