Crates.io | circ_buffer |
lib.rs | circ_buffer |
version | 0.1.8 |
source | src |
created_at | 2024-07-19 09:05:27.047207 |
updated_at | 2024-11-06 18:12:04.320868 |
description | A bare-metal fixed-size statically allocated ring-buffer with optional serde (De)-Serialization. |
homepage | |
repository | https://github.com/jonaspleyer/circ_buffer |
max_upload_size | |
id | 1308459 |
size | 32,227 |
A no_std
crate for a fixed-size statically allocated ring-buffer with optional serde
(De)-Serialization.