Closed fredgan closed 2 years ago
Hi, I am not quite sure if this project is only used for deflate. If no, any further plan for inflate method?
deflate
inflate
There aren't any plans for it no. Initially I started this library to be a companion to the inflate crate, though both have mostly been superseded by using flate2 with the rust back-end which serves the same purpose.
Thanks!
Hi, I am not quite sure if this project is only used for
deflate
. If no, any further plan forinflate
method?