NULLx76 / ringbuffer

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

Remove alloc dependency #1

Closed NULLx76 closed 4 years ago

NULLx76 commented 4 years ago

A fixed size ringbuffer should be able to work without using alloc, so it would be nice if this library could provide that funtionality. generic_array might be of use here.

jdonszelmann commented 4 years ago

Closed in #5