Crate ripunzip

Crate ripunzip 

Source

Structs§

NullProgressReporter
A progress reporter which does nothing.
UnzipEngine
An object which can unzip a zip file, in its entirety, from a local file or from a network stream. It tries to do this in parallel wherever possible.
UnzipOptions
Options for unzipping.

Traits§

FilenameFilter
Code which can determine whether to unzip a given filename.
UnzipProgressReporter
A trait of types which wish to hear progress updates on the unzip.