nsrb
Nifty Simple Ring Buffer (aka circular buffer) is a no_std library that provides 2 macros to easily create fixed circular buffer on the stack.
See crate documentation for more informations.
Example
extern crate nsrb;
// Create a Ring buffer for LogEntry
ring!;