pub type FastHashMap<K, T> = FxHashMap<K, T>;
Hash map that is faster but not resilient to DoS attacks.
struct FastHashMap<K, T> { /* private fields */ }