google / ripunzip

Other
168 stars 18 forks source link

Implement an Inner struct for CloneableSeekableReader #47

Closed djmitche closed 1 year ago

djmitche commented 1 year ago

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

adetaylor commented 1 year ago

Thanks!!