RAM-based, producer-consumer, one-way communication, using a ring buffer
-
Updated
Mar 3, 2024 - Rust
RAM-based, producer-consumer, one-way communication, using a ring buffer
A general purpose ring buffer implementation with some non-standard constraints.
A no_std statically allocated ring-buffer with optional serde support.
(circular) ringbuffer for lines of bytes (IO buffer over [u8] with line count)
A lock-free concurrent MPMC slot-based fixed-sized ringbuffer.
A fixed-size circular buffer written in Rust.
Add a description, image, and links to the ringbuffer topic page so that developers can more easily learn about it.
To associate your repository with the ringbuffer topic, visit your repo's landing page and select "manage topics."