0.1.0 |
|
---|
#17 in #buffering
Used in ublox-core
8KB
148 lines
shufflebuf
A simple Rust no_std buffer implementation using slices. This is probably less optimal than a ring buffer for most applications, but I find it easy to use and debug communications drivers using something like this.
Status
- Works
- Tests
- Generic over buffer length (currently fixed length buffer)
- Theoretically Awesome