Skip to content

A fast and simple file compression CLI tool built with Rust

Notifications You must be signed in to change notification settings

vedansh06/rust-compress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ¦€ rust-compress

A minimal, fast and simple file compression tool built with Rust. πŸ¦€πŸš€

✨ Features

  • Gzip file compression πŸ—œοΈ
  • Displays source & compressed file sizes πŸ“Š
  • Measures compression time ⏱️
  • Lightweight and fast ⚑
  • Written entirely in Rust πŸ¦€

🚚 Installation

git clone https://github.com/vedansh06/rust-compress.git
cd rust-compress
cargo build --release

πŸ› οΈ Usage

Just run:

cargo run <source> <target>

Example:

cargo run input.txt output.gz

πŸ“Œ Output

Source len: 20480
Target len: 5120
Elapsed: 8.4ms

About

A fast and simple file compression CLI tool built with Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages