Crate ordered_hashmap

Source

Structsยง

VecHashMap
A custom VecHashMap struct that maintains the order of keys. It wraps a Vec to store keys and a HashMap to store key-value pairs.
VecHashMapIntoValuesIter
VecHashMapKeysIter
VecHashMapValuesIter
VecHashMapValuesMutIter