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