shufflebuf

Crates.ioshufflebuf
lib.rsshufflebuf
version0.1.0
sourcesrc
created_at2020-03-30 03:10:05.806237
updated_at2020-03-30 03:10:05.806237
descriptionSimple no_std buffering
homepage
repositoryhttps://github.com/tstellanova/shufflebuf-rs
max_upload_size
id224270
size8,944
Todd Stellanova (tstellanova)

documentation

README

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
Commit count: 6

cargo fmt