shreyaslax / file_compression_program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Compression Program.

A tiny tool that compresses a file and returns a new compressed file.

Installation

This project needs Rust to compile.
Download from here.

Get the repo.

git clone github.com/shreyaslax/file_compression_program

and then CD into the project and run

cargo run source_file target_file

Usage

NAME:
   File Compression Program - A tiny tool that compresses a file and returns a new compressed file.

USAGE:
    cargo run source_file target_file

About


Languages

Language:Rust 100.0%