wheelbuf

Crates.iowheelbuf
lib.rswheelbuf
version0.2.0
sourcesrc
created_at2016-11-19 18:30:30.690052
updated_at2016-11-19 18:30:30.690052
descriptionThe wheelbuffer crate offers a ringbuffer-like structure without a read pointer, making multiple reads of a buffer possible. The store behind the buffer is flexible and can be a static array, a vector or any other structure that can be converted into a slice.
homepage
repositoryhttps://github.com/mbr/wheelbuf
max_upload_size
id7308
size6,546
Marc Brinkmann (mbr)

documentation

https://docs.rs/wheelbuf

README

Multi-read no_std ring buffer

The wheelbuffer crate offers a ringbuffer-like structure without a read pointer, making multiple reads of a buffer possible. The store behind the buffer is flexible and can be a static array, a vector or any other structure that can be converted into a slice.

Documentation is available at docs.rs.

Commit count: 17

cargo fmt