Skip to main content

hash_str

Function hash_str 

Source
pub fn hash_str(s: &str) -> u64
Expand description

FNV-1a hash for deterministic synthesis of ids from a seed so a given resource’s derived value is stable across reads and restarts.