NULLx76 / ringbuffer

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

From implementations #91

Closed jdonszelmann closed 1 year ago

jdonszelmann commented 1 year ago

From, From<[T; N]> and From<[T]> might be nice

jdonszelmann commented 1 year ago

Also conversions between ringbuffer types