An open API service indexing awesome lists of open source software.

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.

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


  • Extracts all files from a given ZIP archive.

  • Prints comments associated with each file (if any).

  • Creates directories as needed for file extraction.

  • Supports setting file permissions on Unix systems.



  • Prerequisites


  • Rust programming language installed. You can download it from here.

  • The zip crate must be added to your Cargo.toml file.