bit-buf 0.1.2

I needed this.
Documentation
# bit-buf <!-- omit from toc -->

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)


## Installation

```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"
```