/File-Compression-Rust

A simple file compression application developed using RUST.

Primary LanguageRust

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"