- Removed spurious dependencies.
-
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).
- New method BitFieldSliceMut.apply_in_place with optimized implementation in BitFieldVec.
- Major rewrite.
- Updated epserde and mem_dbg
- EliasFano has now a non-strict upper bound, allowing usize::MAX to be representable.
- Now the binaries are built only if the "cli" feature is enabled. The goal is to reduce the compile time when this crate is used as a library.
- Migrated from stderr logger to envlogger