Expand description
A HashMap implementation that provides a defined iteration order.
Structs
- A
std::collections::HashMapalternative that provides some guarantees on entry order. - A
BudMapiterator 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.