Module std::collections::hash_stateUnstable [-] [+] [src]

Experimental support for providing custom hash algorithms to a HashMap and HashSet.

Structs

DefaultState

A structure which is a factory for instances of Hasher which implement the default trait.

Traits

HashState

A trait representing stateful hashes which can be used to hash keys in a HashMap.