paolobarbolini / bzip2-rs

Pure Rust bzip2 decoder
Apache License 2.0
44 stars 6 forks source link

Add debug formatting to ReadState #15

Closed acatton closed 1 year ago

acatton commented 1 year ago

This is useful when one wants to wrap decoder.read(...) into dbg!().

acatton commented 1 year ago

Thanks for the quick merge 🙂️