7 stable releases

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

#726 in Algorithms

Download history 230/week @ 2024-03-20 35/week @ 2024-03-27 30/week @ 2024-04-03 2/week @ 2024-04-10 1/week @ 2024-04-17 5/week @ 2024-04-24 681/week @ 2024-05-01

689 downloads per month

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