- Added a
get_disjoint_mut
method toRingMap
, matching Rust 1.86'sHashMap
method. - Added a
get_disjoint_indices_mut
method toRingMap
andmap::Slice
, matching Rust 1.86'sget_disjoint_mut
method on slices.
- 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
.