implementation of deflate compression(RFC 1951)
Primary LanguageC
To build: $ mkdir build $ cd build $ cmake ../src $ make