Function unique_hash

Source
pub fn unique_hash(input: impl AsRef<[u8]>) -> String
Expand description

A non-cryptographic hash function for creating unique identifiers.

The exact algorithm being used shouldn’t matter.