//! Re-exports of `std` or `hashbrown` types for easier usage throughout the library
usecfg_if::cfg_if;cfg_if!{if#[cfg(feature ="hashbrown")]{pubusehashbrown::HashMap;pubusehashbrown::hash_map::Keys;}else{pubusestd::collections::HashMap;pubusestd::collections::hash_map::Keys;}}pubusestd::hash::Hash;