Skip to content

boushib/gzify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gzify

A simple, yet very efficient Rust file multi-threaded compressor/decompressor.

Usage

File Compression

cargo run -q -- --compress [source] [target]

Example:

cargo run -q -- --compress data.txt

File Decompression

cargo run -q -- --decompress [source]

Example:

cargo run -q -- --decompress data.txt.gz

Installation

MacOS

Build the project

cargo build --release

Move the binary to a global path

sudo mv target/release/gzify /usr/local/bin/

Usage example

gzify -compress data.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages