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.
- Host: GitHub
- URL: https://github.com/nitindahiya-dev/file-compressor
- Owner: nitindahiya-dev
- Created: 2024-06-24T09:47:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T10:35:16.000Z (about 2 years ago)
- Last Synced: 2026-02-06T09:07:50.984Z (5 months ago)
- Topics: file-compression, rust
- Language: Rust
- Homepage:
- Size: 37.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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