Skip to main content

Module fixed

Module fixed 

Source
Expand description

Fixed-capacity ring buffer (Buffer).

Tracks position (read cursor), end (write cursor), and capacity over a Vec<u8> allocated once at construction.

Structsยง

Buffer