#circular-buffer #circular #buffer #queue #fifo #fixed-size #ring

nightly fixed_circular_buffer

A queue (the abstract data structure) implemented using a fixed size circular buffer

3 unstable releases

Uses old Rust 2015

0.2.2 Aug 7, 2015
0.2.0 Aug 7, 2015
0.1.0 Aug 7, 2015

#30 in #circular

27 downloads per month

LGPL-3.0

13KB
334 lines

Fixed Size Circular Buffer

This provides a library with a simple fixed size circular buffer for the Rust Programming Language

Documentation

No runtime deps