Module zlib

Source
Available on crate feature zlib only.
Expand description

Modules§

inflate
non-streaming interfaces for decompression
stream

Structs§

Decompress
Raw in-memory decompression stream for blocks of data.
Inflate
Decompress a few bytes of a zlib stream without allocation

Enums§

Status
Possible status results of compressing some data or successfully decompressing a block of data.