[][src]Module no_std_compat::hash

Structs

BuildHasherDefault

Used to create a default BuildHasher instance for types that implement Hasher and Default.

SipHasherDeprecated

An implementation of SipHash 2-4.

Traits

BuildHasher

A trait for creating instances of Hasher.

Hash

A hashable type.

Hasher

A trait for hashing an arbitrary stream of bytes.