- Added
ringmap_with_default!
andringset_with_default!
to be used with alternative hashers, especially when using the crate withoutstd
. - Implemented
PartialEq
between eachSlice
and[]
/arrays.
- Optimized the branch behavior of the iterators.
- Initial release, based on
indexmap v2.7.1
.