Skip to content

I created an efficient Rust tools for data compression, ensuring high performance and optimal file size reduction.

Notifications You must be signed in to change notification settings

nitindahiya-dev/file-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Gzip Compression Tool

A simple Rust program to compress files using gzip compression with the `flate2` crate.

## Features

- Compresses a source file to a target file using gzip compression.
- Uses the best compression level for optimal file size reduction.
- Displays the original and compressed file sizes.
- Measures and displays the time taken for the compression process.

## Usage

cargo run <source> <target>

About

I created an efficient Rust tools for data compression, ensuring high performance and optimal file size reduction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages