Crate ordered_hashmap

source ·

Structs

  • A custom OrderedHashMap struct that maintains the order of keys. It wraps a Vec to store keys and a HashMap to store key-value pairs.

Enums