zaeleus / noodles

Bioinformatics I/O libraries in Rust
MIT License
477 stars 53 forks source link

add queried reader #265

Open Crispy13 opened 3 months ago

Crispy13 commented 3 months ago

Hi.

Currently Query struct have no methods to get RecordBuf.

To make a method for that, I tried to write some codes.

This small PR has QueriedReader, which has methods read_record(), read_record_buf() etc, like other Reader type.

Thanks.