Skip to content

Releases: NULLx76/ringbuffer

Version 0.5.0

28 Mar 10:08
7046504
Compare
Choose a tag to compare

Removes the GenericRingbuffer in favor of the ConstGenericRingbuffer that should now work on stable 🎉

Version 0.4.0

18 Nov 12:11
Compare
Choose a tag to compare

Changes:

  • Removed default bound for arrays thanks to #13
  • Changed to min_const_generics feature as its about to be stabilized
  • Speed improvements thanks to more aggresive inlining
  • Added dequeue function on the ringbuffer trait