germangb / minimp3-rs

minimp3 rust bindings + wrapper
MIT License
65 stars 20 forks source link

Add accessors for underlying reader #8

Closed haileys closed 5 years ago

haileys commented 5 years ago

This pull request adds two accessor methods, reader and reader_mut, to Decoder

germangb commented 5 years ago

Hi, Is there a specific use case where this would be useful? I personally wouln't want to mess with the mutable one.