This is a simple Rust project that demonstrates how to decompress a ZIP file using the zip crate. The program extracts files from a specified ZIP archive and preserves file permissions on Unix systems.
- Extract ZIP Files: Extracts all files from a specified ZIP archive.
- Preserve File Permissions: Preserves file permissions on Unix systems.
- Handle File Comments: Prints file comments if present.
cargo run