Skip to content

Releases: agerasev/ringbuf

v0.4.0

25 Apr 03:50

Choose a tag to compare

Finally release 0.4.0

v0.3.2

17 Jan 07:10

Choose a tag to compare

  • Use without splitting (Rb trait).
  • Overwriting mode.

v0.3.0

08 Oct 15:08

Choose a tag to compare

  • Ring buffer now generic.
  • Multiple kinds of ring buffers (heap, static, local, shared).
  • Optimized performance.
  • Ready for async/.await (used by async-ringbuf).