pub const fn hash(s: &str) -> u32
Compiletime string constant hash.
Implemented using the DJB2 hash function xor variation.