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 |
#744 in Embedded development
26 downloads per month
Used in atsamd-usb-host
19KB
286 lines
STAtic 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.
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.