image-rs / deflate-rs

An implementation of a DEFLATE encoder in rust
Apache License 2.0
53 stars 14 forks source link

Is this project only for deflate usage? #54

Closed fredgan closed 2 years ago

fredgan commented 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?

oyvindln commented 2 years ago

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.

fredgan commented 2 years ago

Thanks!