onecodex / needletail

Fast FASTX parsing and k-mer methods in Rust
MIT License
174 stars 20 forks source link

buf_redux not maintained and unsupported in future version #64

Closed jianshu93 closed 1 year ago

jianshu93 commented 1 year ago

Hello Team,

See an issue here: https://github.com/abonander/buf_redux/issues/23

Since the original version is not maintained anymore (archived) and it will not be supported due to the error mentioned above. There is an drop in replacement for it and fix the issue: https://crates.io/crates/buffer-redux

Everything else should be exactly the same. Can you please quickly publish a version to crate so that we can avoid the error when using needletail?

Thanks,

Jianshu

Keats commented 1 year ago

I didn't see there was a replacement crate! I was planning to tackle this issue next week anyway.

jianshu93 commented 1 year ago

Many thanks and this is very fast!