Crate list_ordered_hashmap

Crate list_ordered_hashmap 

Source

Structs§

OccupiedEntry
OrderedHashMap
An insertion‑ordered hash map that provides O(1) (amortized) insertion, lookup, update and removal while preserving the order in which keys were first inserted.
VacantEntry

Enums§

Entry