Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 300 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 300 Bytes

File-Compression-Rust

A simple rust project to compress a file. To use this project, clone this repo and run the below commands

To build the project

cargo run

After building it successfully, we can use the below commands to compress a file

cargo run "source-file-name" "target-file-name"