Enums§
- Compressed
Reader - Reader that implements a streaming read trait for uncompressed, gzip, zlib and zstd compression.
- Supported
Compression - Represents the compression algorithms that we have decoders for
Functions§
- maybe_
decompress_ bytes - Decompress
bytesif compression is detected, otherwise simply return it. Anoutvec must be given for ownership of the decompressed data.