flate2
1.0.35
Module crc
Structs
In crate flate2
Module
flate2
::
crc
Copy item path
source
·
[
−
]
Expand description
Simple CRC bindings backed by miniz.c
Structs
§
Crc
The CRC calculated by a
CrcReader
.
CrcReader
A wrapper around a
Read
that calculates the CRC.
CrcWriter
A wrapper around a
Write
that calculates the CRC.