Module crc
flate2
1.1.9
Module crc
Module Items
Re-exports
Modules
Structs
In crate flate2
flate2
Module
crc
Copy item path
Source
Expand description
Simple CRC bindings backed by miniz.c
Re-exports
§
pub use impl_crc32fast::
Crc
;
Modules
§
impl_
crc32fast
🔒
Structs
§
CrcReader
A wrapper around a
Read
that calculates the CRC.
CrcWriter
A wrapper around a
Write
that calculates the CRC.