bytearray-ringbuffer 1.2.0

A no_std, 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.