sile / libflate

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

Fix `Read` implementations of zlib/gzip decoders to allow zero-length read buffers #62

Closed sile closed 3 years ago

sile commented 3 years ago

Resolves https://github.com/sile/libflate/issues/61