embedded_crc32c/
lib.rs

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