2 stable releases

1.1.0 Mar 24, 2024
1.0.0 Mar 23, 2024

#608 in Algorithms

Download history 234/week @ 2024-03-22 49/week @ 2024-03-29 13/week @ 2024-04-05 1/week @ 2024-04-12

297 downloads per month

MIT license

10KB
202 lines

Crate Purpose

Circular buffers with wrapping behaviour completely contained in the stack.

See the Wikipedia page on circular buffers.


lib.rs:

Circular buffers with wrapping behaviour completely contained in the stack.

Dependencies

~12KB