[][src]Function obfstr::hash

pub const fn hash(s: &str) -> u32

Compiletime string constant hash.

Implemented using the DJB2 hash function.