Module zlib

Module zlib 

Source
Available on crate feature zlib only.
Expand description

Modules§

inflate
non-streaming interfaces for decompression
stream

Structs§

Decompress
A type to hold all state needed for decompressing a ZLIB encoded stream.
Inflate
Decompress a few bytes of a zlib stream without allocation

Enums§

DecompressError
The error produced by Decompress::decompress().
FlushDecompress
Values which indicate the form of flushing to be used when decompressing in-memory data.
Status
The status returned by Decompress::decompress().