Crate rbuf

Crate rbuf 

Source
Expand description

A library providing a general purpose ring buffer implementation with some non-standard constraints.

Macros§

ring_buf
Create a RingBuf containing the provided elements.

Structs§

RingBuf
A ring buffer for arbitrary but default-initializable data.
RingIter
An iterator over the elements of a RingBuf.
RingIterMut
A mutable iterator over the elements of a RingBuf.