indexmap - Rust

`IndexMap` is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.