blob: 251ddf36bcaab8672242ce865e835bdbc6cd54a0 (
plain)
1
2
3
4
5
6
7
8
|
# STAtic Ring Buffers
[](https://docs.rs/starb)
[](https://travis-ci.org/bjc/starb)
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.
|