informationsea / bgzip-rs

bgzip support for Rust
https://crates.io/crates/bgzip
MIT License
15 stars 4 forks source link

Using `BGZFReader::read` prints stuff to stdout #7

Closed shahamran closed 2 years ago

shahamran commented 2 years ago

When wrapping the reader with a io::BufReader, the word "Prepare" is being printed to stdout for each compressed block.

It appears to be a forgotten println in the io::Read impl block.