Skip to content

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

nathaniel-daniel/nd-zip-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages