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
8
pub mod path;
pub mod permissions;

pub use path::{
    check_symlink_traversal, is_windows_reserved_device_name, resolve_safe_dest,
    sanitize_entry_path, validate_symlink_target, PathSecurityError,
};
pub use permissions::{apply_safe_permissions, check_forbidden_device_type, sanitize_unix_mode};