bitreader 0.3.0

BitReader helps reading individual bits from a slice of bytes. You can read "unusual" numbers of bits from the byte slice, for example 13 bits at once. The reader internally keeps track of position within the buffer.
Documentation
Build #43624 2017-03-06T20:50:33.463369+00:00
# rustc version
rustc 1.17.0-nightly (0f34b532a 2017-02-21)
# docs.rs version
cratesfyi 0.3.1 (35080d4 2017-01-24)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading bitreader v0.3.0
Documenting bitreader v0.3.0
Running `rustdoc --crate-name bitreader .cargo/registry/src/github.com-1ecc6299db9ec823/bitreader-0.3.0/src/lib.rs -o /home/cratesfyi/bitreader-0.3.0/doc -L dependency=/home/cratesfyi/bitreader-0.3.0/debug/deps`
Finished dev [unoptimized + debuginfo] target(s) in 1.12 secs