5 unstable releases

0.3.1 Oct 12, 2022
0.3.0 Sep 2, 2019
0.2.0 Aug 14, 2019
0.1.1 Aug 13, 2019
0.1.0 Aug 4, 2019

#660 in Embedded development


Used in atsamd-usb-host

LGPL-3.0-or-later

19KB
286 lines

STAtic Ring Buffers

Documentation Testing

This is a simple ring-buffer structure that lives on the stack, rather than the heap, so that it can be used in no-std environments, such as embedded.


lib.rs:

An implementation of STAtically allocated Ring Buffers.

This is a simple ring-buffer structure that lives on the stack, rather than the heap, so that it can be used in no-std environments, such as embedded.

No runtime deps