#const-generics #ring-buffer #super #no-std #size

rbf

Super simple const generics based ring buffer implementation for no_std

2 unstable releases

0.2.0 Apr 20, 2021
0.1.0 Apr 20, 2021

#2313 in Algorithms

Custom license

10KB
215 lines

rbf-rs

Super simple const generics based ring buffer implementation for no_std


lib.rs:

A no_std friendly RingBuffer data structure using const generics for buffer size.

No runtime deps