Module std::collections::hash_state [] [src]

Unstable (hashmap_hasher #27713)

: module was recently added

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

Structs

DefaultState [Unstable]

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

Traits

HashState [Unstable]

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