lzma_rs

Module decompress

Source
Expand description

Decompression helpers.

Modules§

  • Raw decoding primitives for LZMA/LZMA2 streams.

Structs§

  • Options to tweak decompression behavior.
  • 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.