crc-any 3.0.0

This crate computes CRC values from a bit width, a polynomial, a reflection setting, an initial value, and a final XOR value. It also provides many built-in CRC functions for common CRC variants.
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;