google / ripunzip

Other
161 stars 17 forks source link

Implement an Inner struct for CloneableSeekableReader #47

Closed djmitche closed 11 months ago

djmitche commented 11 months ago

This Inner type implements the shared behavior (tracking length and position) while the existing outer type implements the crate-public API.

adetaylor commented 11 months ago

Thanks!!