Module rustradio::circular_buffer

source ·
Expand description

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

Structs§

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