Module bufread
flate2
1.0.35
Module bufread
Module Items
Structs
In crate flate2
Modules
bufread
read
write
Structs
Compress
CompressError
Compression
Crc
CrcReader
CrcWriter
Decompress
DecompressError
GzBuilder
GzHeader
Enums
FlushCompress
FlushDecompress
Status
flate2
Module
bufread
Copy item path
Settings
Help
Summary
Source
Expand description
Types which operate over
BufRead
streams, both encoders and decoders for various formats.
Structs
§
Deflate
Decoder
A DEFLATE decoder, or decompressor.
Deflate
Encoder
A DEFLATE encoder, or compressor.
GzDecoder
A decoder for a single member of a
gzip file
.
GzEncoder
A gzip streaming encoder
Multi
GzDecoder
A gzip streaming decoder that decodes a
gzip file
that may have multiple members.
Zlib
Decoder
A ZLIB decoder, or decompressor.
Zlib
Encoder
A ZLIB encoder, or compressor.