dcwatson / deflate

Python extension wrapper for libdeflate.
MIT License
25 stars 6 forks source link

Added raw DEFLATE functionality from libdeflate #39

Closed DrDub closed 10 months ago

DrDub commented 10 months ago

Thanks for making deflate available. This PR adds raw compression (without header) functionality.

It includes a test case and changes to the CHANGELOG.

dcwatson commented 10 months ago

Thanks for the PR! I'll probably do the same for zlib support, and bump the libdeflate version - but will try to release 0.5 soon.