Crate rustc_stable_hash

Source
Expand description

A stable hashing algorithm used by rustc

Modules§

hashers
Hashers collection

Structs§

SipHasher128Hash
Hashing result of SipHasher128
StableHasher
A Stable Hasher adapted for cross-platform independent hash.

Traits§

ExtendedHasher
Extended Hasher trait for use with StableHasher.
FromStableHash
Trait for processing the result of the stable hashing operation.

Type Aliases§

StableSipHasher128
Stable 128-bits Sip Hasher
OSZAR »