File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " indexmap"
33edition = " 2021"
4- version = " 2.10 .0"
4+ version = " 2.11 .0"
55documentation = " https://docs.rs/indexmap/"
66repository = " https://github.com/indexmap-rs/indexmap"
77license = " Apache-2.0 OR MIT"
Original file line number Diff line number Diff line change 11# Releases
22
3+ ## 2.11.0 (2025-08-22)
4+
5+ - Added ` insert_sorted_by ` and ` insert_sorted_by_key ` methods to ` IndexMap ` ,
6+ ` IndexSet ` , and ` VacantEntry ` , like customizable versions of ` insert_sorted ` .
7+ - Added ` is_sorted ` , ` is_sorted_by ` , and ` is_sorted_by_key ` methods to
8+ ` IndexMap ` and ` IndexSet ` , as well as their ` Slice ` counterparts.
9+ - Added ` sort_by_key ` and ` sort_unstable_by_key ` methods to ` IndexMap ` and
10+ ` IndexSet ` , as well as parallel counterparts.
11+ - Added ` replace_index ` methods to ` IndexMap ` , ` IndexSet ` , and ` VacantEntry `
12+ to replace the key (or set value) at a given index.
13+ - Added optional ` sval ` serialization support.
14+
315## 2.10.0 (2025-06-26)
416
517- Added ` extract_if ` methods to ` IndexMap ` and ` IndexSet ` , similar to the
You can’t perform that action at this time.
0 commit comments