/// Fast optimized hash map type for small sets. pub type FastHashMap = halfbrown::SizedHashMap, 32>; pub use halfbrown;