Crate async_gunzip
source ·Expand description
Async gzip decompression for a [Stream
] of bytes.
Structs
ChunkStats provides information related to the production of the yielded chunk.
Enums
A decoding error, due to malformed gzip data.
Functions
Decode a stream of gzip-compressed data.
An additional wrapper to decode a stream of gzip-compressed data.