pub const RINGBUFFER_DEFAULT_CAPACITY: usize = 1024;
Expand description

The capacity of a RingBuffer created by new or default (1024).