Expand description
A HashMap
implementation that provides a defined iteration order.
Structs
- A
std::collections::HashMap
alternative that provides some guarantees on entry order. - A
BudMap
iterator that produces borrowed key-value pairs. - An occupied entry for a key in a
BudMap
. - An entry for a key that is is not currently part of a
BudMap
.
Enums
- A possible entry for a key in a
BudMap
.