1 2 3 4 5 6
#![no_std] #![doc = include_str!("../README.md")] mod bytewise_table; pub use crate::bytewise_table::crc32c;