| Crates.io | shufflebuf |
| lib.rs | shufflebuf |
| version | 0.1.0 |
| created_at | 2020-03-30 03:10:05.806237+00 |
| updated_at | 2020-03-30 03:10:05.806237+00 |
| description | Simple no_std buffering |
| homepage | |
| repository | https://github.com/tstellanova/shufflebuf-rs |
| max_upload_size | |
| id | 224270 |
| size | 8,944 |
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.