Skip to content
forked from quininer/unzrip

Unzip implementation, support for parallel decompression, automatic detection encoding

License

Notifications You must be signed in to change notification settings

derekirish3/unzrip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unzrip

Simple unzip implementation

Automatic detection filename encoding

If you have ever downloaded a zip file with an encoded filename using a character set such as GBK or SHIFT-JIS, then you know what that means.

Parallel decompression

All files in zip can be decompressed independently, which means that more files there are, the more significant the performance improvement.

Safety

If you know unzip has been inactive for over 10year and downstream requires 20+ of security patches.

see https://infozip.sourceforge.net/UnZip.html and https://github.com/archlinux/svntogit-packages/blob/packages/unzip/trunk/PKGBUILD#L16

License

MIT

About

Unzip implementation, support for parallel decompression, automatic detection encoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Rust 96.7%
  • Dockerfile 3.3%