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 theio::Write
interface.
Enums§
- Alternatives for defining the unpacked size of the decoded data.