pub fn hash(buf: &[u8]) -> u32
Computes the CRC32 hash of a byte slice.
Check out Hasher for more advanced use-cases.
Hasher