A Small Project to compress files with Rust.
- 
Clone the repository: git clone git@github.com:geekyharsh05/File-Compressor.git cd File-Compressor
- 
Install the dependencies: cargo build or cargo run 
To Compress a file, the command is as follows
cargo run <source_filename> <target_filename>Example:
cargo run book.pdf compressed_fileAuthor Name   :   Harsh Vardhan Pandey 
Author URI       :   www.aboutharsh.vercel.app 
GitHub URI       :   geekyharsh05