https://github.com/nitindahiya-dev/unzip-file
This Rust program extracts files from a ZIP archive.
https://github.com/nitindahiya-dev/unzip-file
rust unzi unzipping-files zip
Last synced: 24 days ago
JSON representation
This Rust program extracts files from a ZIP archive.
- Host: GitHub
- URL: https://github.com/nitindahiya-dev/unzip-file
- Owner: nitindahiya-dev
- Created: 2024-06-28T13:18:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T13:26:29.000Z (almost 2 years ago)
- Last Synced: 2026-02-06T09:07:53.952Z (5 months ago)
- Topics: rust, unzi, unzipping-files, zip
- Language: Rust
- Homepage:
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ZIP Extractor
This Rust program extracts files from a ZIP archive. It reads the ZIP file specified by the user via command line argument, extracts each file, and outputs information about the extraction process.
Features