bytearray-ringbuffer 0.3.0

a no_std and no-alloc ring buffer for variable-length byte slices in rust
Documentation
1
2
3
# TODO items

- implement `nth_roll() -> Option<&[u8]>` which rolls the buffer in-place to present the element in a contiguous slice.