pub fn unique_hash(input: impl AsRef<[u8]>) -> String
A non-cryptographic hash function for creating unique identifiers.
The exact algorithm being used shouldn’t matter.