Expand description
A library providing a general purpose ring buffer implementation with some non-standard constraints.
Macros§
Structs§
- RingBuf
- A ring buffer for arbitrary but default-initializable data.
- Ring
Iter - An iterator over the elements of a
RingBuf. - Ring
Iter Mut - A mutable iterator over the elements of a
RingBuf.