I needed this.
[crates.io](https://crates.io/crates/bit-buf) |
[API Docs (docs.rs)](https://docs.rs/bit_buf) |
[Changelog](CHANGELOG.md) |
[License](LICENSE)
```shell
cargo add bit-buf@=0.1.2
```
or
`Cargo.toml`
```toml
[dependencies]
bit-buf = "=0.1.2"
```
or
```toml
[dependencies.bit-buf]
version = "=0.1.2"
```