Sourced from indexmap's changelog.
2.10.0 (2025-06-26)
- Added
extract_if
methods toIndexMap
andIndexSet
, similar to the methods forHashMap
andHashSet
with ranges likeVec::extract_if
.- Added more
#[track_caller]
annotations to functions that may panic.
91dbcc5
Merge pull request #399
from cuviper/release-2.10.067a5a71
Release 2.10.037e519a
Merge pull request #308
from cuviper/extract_if4d7618f
Merge pull request #398
from cuviper/bench-deps68201eb
Drop lazy_static for LazyLockeaaaa56
Switch to fastrand for bench shufflingb19d84e
Fix clippy::needless_lifetimes
4f62778
impl FusedIterator for ExtractIf
e09eaaf
Document and track extract_if
panicsa8d7dc5
Add range support to extract_if