rust-bitwriter 0.0.1
`rust-bitwriter` is a library to write data on bit level into byte vector.
It is intended to complement https://github.com/irauta/bitreader with a writer
part. It supports standard signed/unsigned integer types, such as `u32`, `i64`.
"Unusual" types, such as `i5` or `u22`, are also supported.