BurntSushi / rust-snappy

Snappy compression implemented in Rust (including the Snappy frame format).
BSD 3-Clause "New" or "Revised" License
444 stars 43 forks source link

Add get_ref method to get underlying Reader/Writer. #15

Closed Object905 closed 6 years ago

Object905 commented 6 years ago

Done

BurntSushi commented 6 years ago

I rolled this into #16. Thanks!