Module lzma_rs::decompress
source · Expand description
Decompression helpers.
Modules
raw
raw_decoder
Raw decoding primitives for LZMA/LZMA2 streams.
Structs
Options to tweak decompression behavior.
Stream
stream
Lzma decompressor that can process multiple chunks of data using the
io::Write
interface.Enums
Alternatives for defining the unpacked size of the decoded data.