https://github.com/geekyharsh05/file-compressor
This is a simple file compressor cli based tool.
https://github.com/geekyharsh05/file-compressor
cli-app filecompression rust rust-cli rust-lang
Last synced: 10 months ago
JSON representation
This is a simple file compressor cli based tool.
- Host: GitHub
- URL: https://github.com/geekyharsh05/file-compressor
- Owner: geekyharsh05
- License: mit
- Created: 2023-10-27T16:15:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T16:39:09.000Z (over 2 years ago)
- Last Synced: 2025-02-22T06:13:52.968Z (over 1 year ago)
- Topics: cli-app, filecompression, rust, rust-cli, rust-lang
- Language: Rust
- Homepage:
- Size: 6.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Compressor
A Small Project to compress files with Rust.
## Prerequisites
- [flate2](https://crates.io/crates/flate2)
## Installation
1. Clone the repository:
```bash
git clone git@github.com:geekyharsh05/File-Compressor.git
cd File-Compressor
```
2. Install the dependencies:
```bash
cargo build
```
or
```bash
cargo run
```
## Usage
To Compress a file, the command is as follows
```bash
cargo run
```
Example:
```bash
cargo run book.pdf compressed_file
```
## Author
**Author Name** : Harsh Vardhan Pandey
**Author URI** : [www.aboutharsh.vercel.app](https://aboutharsh.vercel.app/)
**GitHub URI** : [geekyharsh05](https://github.com/geekyharsh05)
## License
[](https://opensource.org/licenses/MIT)