use std::hash::BuildHasherDefault; pub use rustc_hash::{FxHasher, FxHashMap, FxHashSet}; pub type FxIndexMap = indexmap::IndexMap>; pub type FxIndexSet = indexmap::IndexSet>;