Skip to content

rudrodip/minify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minify - file compression and decompression cli tool

Usage:

minify [file]

minify auto detects if the file is compressed or not and compresses or decompresses it accordingly.

a little project to learn rust and how to work with files in rust.