Eomaxl / File-Compression-Rust

A simple file compression application developed using RUST.

Repository from Github https://github.comEomaxl/File-Compression-RustRepository from Github https://github.comEomaxl/File-Compression-Rust

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"

About

A simple file compression application developed using RUST.


Languages

Language:Rust 100.0%