Skip to content

This Rust program extracts files from a ZIP archive.

Notifications You must be signed in to change notification settings

nitindahiya-dev/unzip-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • About

    This Rust program extracts files from a ZIP archive.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages