Function obfstr::hash

source ·
pub const fn hash(s: &str) -> u32
Expand description

Compiletime string constant hash.

Implemented using the DJB2 hash function xor variation.