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.
This project uses cargo
to build.
It may be build as follows:
cargo build
This project may be installed directly from Github with cargo
, as follows:
cargo install --force --git https://github.com/nathaniel-daniel/nd-zip-rs
Currently only extraction is supported. It is used as follows:
nd-zip extract input.zip -o output-directory
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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.