Module ringbuffer

Source
Expand description

Ringbuffer helpers

Structs§

BoxRingBuffer
A ring buffer that stores its contents in a box
InlineRingBuffer
A ring buffer that stores its contents inline.

Traits§

RingBuffer
General trait for ring buffers.