unpackr 0.1.0

Production-quality, low-disk-space archive extraction engine with progressive in-place storage reclamation and native GUI
1
2
3
4
5
6
7
pub mod entry;
pub mod identity;
pub mod zip;

pub use entry::{CompressionMethod, EntryState, ZipEntryMetadata};
pub use identity::compute_archive_identity;
pub use zip::{ZipArchiveInspection, ZipInspector};