NULLx76 / ringbuffer

A fixed-size circular buffer written in Rust.
https://crates.io/crates/ringbuffer
MIT License
96 stars 20 forks source link

Implement traits for VecDeque #90

Closed jdonszelmann closed 1 year ago

jdonszelmann commented 1 year ago

get_absolute(_mut) are not implementable for VecDeque. Proposal to remove these as they're rarely useful and often just a bug @NULLx76