Skip to content
#

decompression

Here are 233 public repositories matching this topic...

The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils

  • Updated Aug 20, 2021
  • C

A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.

  • Updated Oct 13, 2021
  • C#
marcospb19
marcospb19 commented Oct 15, 2021

Instead of panicking like this:

# src/ is a folder
$ cargo run -q -- c src src.xz
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/commands.rs:70:85
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Should give a helpful error message, saying that its impossible to compress a folder with .xz.

Same applies for .gz,

Improve this page

Add a description, image, and links to the decompression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decompression topic, visit your repo's landing page and select "manage topics."

Learn more