Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 229 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 229 Bytes

huffman-zip

Lightweight utility for encoding/decoding files. Can be used to compress files.

Usage:

Encode file: huffzip encode <file_to_encode> [result_file]

Decode file: huffzip decode <file_to_decode> [result_file]