[package] name = "biterator" version = "0.3.0" edition = "2021" authors = ["Thomas Castleman "] description = "A crate for iterating over individual bits in a byte stream" license = "MIT" readme = "README.md" repository = "https://github.com/thomascastleman/biterator.git" keywords = ["bits", "iterator"] [dependencies]