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