[dependencies.cfg-if]
version = "1"
[features]
default = ["std"]
std = []
[package]
authors = ["Ilkka Rauta <ilkka.rauta@gmail.com>"]
description = "BitReader helps reading individual bits from a slice of bytes.\n\nYou can read \"unusual\" numbers of bits from the byte slice, for example 13 bits\nat once. The reader internally keeps track of position within the buffer.\n"
documentation = "https://docs.rs/bitreader"
homepage = "https://github.com/irauta/bitreader"
keywords = ["bit", "bits", "bitstream"]
license = "MIT OR Apache-2.0"
name = "bitreader"
readme = "README.md"
repository = "https://github.com/irauta/bitreader"
version = "0.3.7"