Crates.io | starb |
lib.rs | starb |
version | 0.3.1 |
source | src |
created_at | 2019-08-04 20:21:08.421898 |
updated_at | 2022-10-12 16:54:06.079768 |
description | STAtic Ring Buffers. |
homepage | |
repository | https://git.spork.org/starb.git |
max_upload_size | |
id | 154174 |
size | 57,792 |
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.