Expand description
Test implementation of circular buffers. Full of unsafe. Full of ugly code.
Structs§
- Buffer
- Type aware buffer.
- Buffer
Reader - BufferReader is an RAII’d fixed window read slice with some helper functions.
- Buffer
Writer - BufferWriter is an RAII fixed window slice with some helper functions.
- Circ
- Circular buffer dealing in bytes.