Function crc32_u8

pub fn crc32_u8(crc: u32, v: u8) -> u32 
Available on crate feature dep_safe_arch only.
Expand description

Accumulates the u8 into a running CRC32 value.