Skip to main content

hash_one

Function hash_one 

Source
pub fn hash_one<T: Hash>(value: &T) -> u64
Expand description

Computes a 64-bit hash of the given value.

The hash is consistent within a single program run but may vary between runs.