Compressor is a implementation of Huffman coding lossless data compression in C. It's work in progress, so please USE IT AT YOUR OWN RISK. I AM NOT RESPONSIBLE FOR ANY LOST DATA.
You can build it with xcode, or use makefile in Compressor folder.
To compress:
compressor -c source_file [-o destination_file]
To decompress:
compressor -d source_file [-o destination_file]