pub fn compute_binhash(s: &str) -> u32
Expand description

Compute a bin hash from a string

The input string is assumed to be ASCII only.