We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf20da commit 570e1b2Copy full SHA for 570e1b2
RELEASES.md
@@ -24,6 +24,11 @@
24
`par_sort_by_cached_key` methods which perform stable sorts in place
25
using a key extraction function.
26
27
+ - `IndexMap` and `IndexSet` now have `reserve_exact`, `try_reserve`, and
28
+ `try_reserve_exact` methods that correspond to the same methods on `Vec`.
29
+ However, exactness only applies to the direct capacity for items, while the
30
+ raw hash table still follows its own rules for capacity and load factor.
31
+
32
- The `hashbrown` dependency has been updated to version 0.13.
33
34
- 1.9.1
0 commit comments