bearcove / rc-zip

ZIP format implementation in Rust, sans-io
Apache License 2.0
271 stars 25 forks source link

Implement BufRead for LimitedReader #55

Closed fasterthanlime closed 9 months ago

fasterthanlime commented 9 months ago

This is needed for ZStandard support, to avoid unnecessary buffering.

Also rename it 'ZipSlice' or something?

fasterthanlime commented 9 months ago

Closed in #58