Module rustc_data_structures::stable_hasher [] [src]

🔬 This is a nightly-only experimental API. (rustc_private)

Structs

StableHasher [
Experimental
]

When hashing something that ends up affecting properties like symbol names. We want these symbol names to be calculated independent of other factors like what architecture you're compiling from.

Traits

StableHasherResult [
Experimental
]