You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `BTreeMap` is a drop in replacement for the `HashMap` with the
benefit that it is available in no-std environments.
We have a few uses of `HashMap`s internally within functions, we can use
`BTreeMap` instead.
Done in preparation for removing the `hashbrown` dependency.
0 commit comments