Header-only library that contains a implementation of Huffman compressor and decompressor.
First, you need Cmake installed on your system.
Then, run the following on the root directory of the project for compile:
mkdir build && cd build
cmake ..
makeThe executable files will be in the sub-directory of the build called bin