sile / libflate

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
https://docs.rs/libflate
MIT License
180 stars 35 forks source link

Add `unread_decoded_data` methods to decoders #72

Closed sile closed 1 year ago

sile commented 1 year ago

Closes https://github.com/sile/libflate/issues/71