lzma_rs

Module decompress

Source
Expand description

Decompression helpers.

Modules§

  • rawraw_decoder
    Raw decoding primitives for LZMA/LZMA2 streams.

Structs§

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