bit-vec 0.9.0

A vector of bits
Documentation
Version 0.10.0 (TO BE RELEASED)
==========================

<a id="v0.10.0"></a>

Version 0.9.0
==========================

<a id="v0.9.0"></a>

- Minimal Supported Rust Version is now 1.82
- `fn remove` is implemented
- `fn fill` is implemented
- `fn remove_all` is implemented
- `fn clear` is **deprecated**. Please use `.fill(false)` instead!
- `fn push_within_capacity` is implemented
- bug fix: `.skip(n)` on our iterators is now O(1) instead of O(n) time
- `fn to_bytes` is optimized with a lookup table
- some clippy lints are enabled
- nanoserde version is now 0.2

Version 0.8.0 (2024-07-16)
==========================

<a id="v0.8.0"></a>

- `fn insert` is implemented
- `impl Display` is implemented
- `impl Debug` has different output