pub fn hash_string(s: &str) -> u32
Hash a string using the JVM String.hashCode algorithm (UTF-16 codepoints). This matches (hash "foo") in Clojure.
String.hashCode
(hash "foo")