1#[cfg(feature = "fast_collections")] 2mod hashmaps; 3#[cfg(feature = "fast_collections")] 4mod hashsets; 5 6#[cfg(feature = "fast_collections")] 7#[allow(unused_imports)] 8pub use {hashmaps::*, hashsets::*};