A Vec of Bits
1Version 0.9.0 (TO BE RELEASED)
2==========================
3
4<a id="v0.9.0"></a>
5
6- Minimal Supported Rust Version is now 1.82
7- `fn push_within_capacity` is implemented
8- `.skip(n)` on our iterators is now O(1) instead of O(n) time
9- `fn to_bytes` is optimized with a lookup table
10- some clippy lints are enabled
11- nanoserde version is now 0.2
12
13Version 0.8.0 (2024-07-16)
14==========================
15
16<a id="v0.8.0"></a>
17
18- `fn insert` is implemented
19- `impl Display` is implemented
20- `impl Debug` has different output