crc-any 2.3.10

To compute CRC values by providing the length of bits, expression, reflection, an initial value and a final xor value. It has many built-in CRC functions.
Documentation
1
2
3
4
pub(crate) mod crc_u16;
pub(crate) mod crc_u32;
pub(crate) mod crc_u64;
pub(crate) mod crc_u8;