Expand description
Pure-Rust codecs for LZMA, LZMA2, and XZ.
Modules§
- Compression helpers.
- Decompression helpers.
- Error handling.
Functions§
- Compress data with LZMA2 and default
Options
. - Decompress LZMA2 data with default
Options
. - Compresses data with LZMA and default
Options
. - Compress LZMA data with the provided options.
- Decompress LZMA data with default
Options
. - Decompress LZMA data with the provided options.
- Compress data with XZ and default
Options
. - Decompress XZ data with default
Options
.