/File-Compressor

This is a simple file compressor cli based tool.

Primary LanguageRustMIT LicenseMIT

File Compressor

A Small Project to compress files with Rust.

Prerequisites

Installation

  1. Clone the repository:

    git clone git@github.com:geekyharsh05/File-Compressor.git
    cd File-Compressor
  2. Install the dependencies:

    cargo build

    or

    cargo run

Usage

To Compress a file, the command is as follows

cargo run <source_filename> <target_filename>

Example:

cargo run book.pdf compressed_file

Author

Author Name   :   Harsh Vardhan Pandey
Author URI       :   www.aboutharsh.vercel.app
GitHub URI       :   geekyharsh05

License

License: MIT