Crates.io | wheelbuf |
lib.rs | wheelbuf |
version | 0.2.0 |
source | src |
created_at | 2016-11-19 18:30:30.690052 |
updated_at | 2016-11-19 18:30:30.690052 |
description | 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. |
homepage | |
repository | https://github.com/mbr/wheelbuf |
max_upload_size | |
id | 7308 |
size | 6,546 |
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.