Module circular_buffer

Source
Expand description

Test implementation of circular buffers. Full of unsafe. Full of ugly code.

Structs§

Buffer
Type aware buffer.
BufferReader
BufferReader is an RAII’d fixed window read slice with some helper functions.
BufferWriter
BufferWriter is an RAII fixed window slice with some helper functions.
Circ
Circular buffer dealing in bytes.