NULLx76 / ringbuffer

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

RingBuffer trait #12

Closed jdonszelmann closed 4 years ago

jdonszelmann commented 4 years ago

All ringbuffer implementations should implement the same trait for ease of use and to verify feature parity.

This could maybe make it possible to add parameterized tests over this trait.