/nd-zip-rs

A zip tool in Rust, specifically designed to be resilient against files which have non-utf8 paths.

Primary LanguageRustApache License 2.0Apache-2.0

nd-zip-rs

A zip tool in Rust, specifically designed to be resilient against files which have non-utf8 paths. Where 7-Zip produces mojibake, this produces valid unicode filenames. This program will use Firefox's chardetng library to guess the file encoding before extracting.

Building

This project uses cargo to build. It may be build as follows:

cargo build

Installing

This project may be installed directly from Github with cargo, as follows:

cargo install --force --git https://github.com/nathaniel-daniel/nd-zip-rs

Usage

Currently only extraction is supported. It is used as follows:

nd-zip extract input.zip -o output-directory

License

Licensed under either of

at your option.

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.