pub type RsHashSet<V> = FxHashSet<V>;
fxhash
The hash set to use throughout the library
pub struct RsHashSet<V> { /* private fields */ }