pub fn hash_one<T: Hash>(value: &T) -> u64
Computes a 64-bit hash of the given value.
The hash is consistent within a single program run but may vary between runs.