Closed clintval closed 2 years ago
Because rust htslib requires clearing of previously emitted buffers, we'll need to keep track of optional keys in an ever-growing hash and then loop through them and clear them. The hash will never get large.
I think I would rather explore using Rust noodles first.
Because rust htslib requires clearing of previously emitted buffers, we'll need to keep track of optional keys in an ever-growing hash and then loop through them and clear them. The hash will never get large.