Crate ordered_hashmap
source ·Structs
- A custom
OrderedHashMap
struct that maintains the order of keys. It wraps aVec
to store keys and aHashMap
to store key-value pairs.
OrderedHashMap
struct that maintains the order of keys.
It wraps a Vec
to store keys and a HashMap
to store key-value pairs.