Crate circ_buffer

source ·
Expand description

A const-sized Ring-Buffer datastructure.

The crate is no_std unless the serde feature is activated.

§Example

use circ_buffer::RingBuffer;

§Features

  • serde allows for deserialization of the RingBuffer

Structs§