Crate fastmap

Source
Expand description

Provides a H256FastMap type with H256 keys and fast hashing function.

Type Aliasesยง

H256FastMap
Specialized version of HashMap with H256 keys and fast hashing function.
H256FastSet
Specialized version of HashSet with H256 values and fast hashing function.