Description
Files can be compressed and decompressed with a Rust command-line tool designed as a parallel gzip-style utility. It is useful for users who want fast archive handling in scripts or terminal workflows.
Compression tools can overwrite files or unpack unsafe paths from untrusted archives. Inspect inputs and outputs before using them on important data.