Releases: NULLx76/ringbuffer
Releases · NULLx76/ringbuffer
Version 0.5.0
Removes the GenericRingbuffer in favor of the ConstGenericRingbuffer that should now work on stable 🎉
Version 0.4.0
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