0.4.2
[0.4.2] - 2024-08-11
Fixed
- Removed spurious dependencies.
New
-
More
vec!
-likebit_field_vec![w => v; n]
macro syntax. -
Added
size_hint
to all exact-size iterators (see
https://doc.rust-lang.org/std/iter/trait.ExactSizeIterator.html).
More vec!
-like bit_field_vec![w => v; n]
macro syntax.
Added size_hint
to all exact-size iterators (see
https://doc.rust-lang.org/std/iter/trait.ExactSizeIterator.html).