Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add compress and uncompress utility methods (#9)
* Add compress and decompress utility methods - Add basic constants of zlib. - Add conditions to replace numeric code errors. - Add the utility methods 'zlib-compress' and 'zlib-uncompress'. - Use 'compress2' binding method of zlib to pass compression level. - Add basic test of compress/decompress. - Use <byte-vector> instead of <string> for compress/uncompress Thanks to the comments of @waywardmonkeys * doc: Document library Thanks to the comments of @cgay
- Loading branch information