7 stable releases

2.2.1 May 5, 2024
2.2.0 May 4, 2024
1.2.2 May 4, 2024
1.1.0 Mar 24, 2024

#745 in Algorithms

Download history 201/week @ 2024-03-18 45/week @ 2024-03-25 49/week @ 2024-04-01 2/week @ 2024-04-08 6/week @ 2024-04-22 661/week @ 2024-04-29 96/week @ 2024-05-06

763 downloads per month
Used in forkable

MIT license

15KB
350 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

~3KB