1 2 3 4
//! Type aliases for HashMap and HashSet to be used throuout the codebase //pub use fnv::{FnvHashMap as HashMap, FnvHashSet as HashSet}; pub use rustc_hash::{FxHashMap as HashMap, FxHashSet as HashSet};