An open API service indexing awesome lists of open source software.

https://github.com/nitindahiya-dev/file-compressor

I created an efficient Rust tools for data compression, ensuring high performance and optimal file size reduction.
https://github.com/nitindahiya-dev/file-compressor

file-compression rust

Last synced: 24 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

```bash
cargo run