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