Skip to main content

fx_hash

Function fx_hash 

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

Compute a fast hash of an arbitrary hashable value.

Uses FxHash (same as IncrementalLayout) for consistency with the existing caching infrastructure.