pub type HashMap<K, V> = IndexMap<K, V>;
Allow for switching HashMap implementation
pub struct HashMap<K, V> { /* private fields */ }