split_slice
A Rust library for accessing (&[T], &[T]) as if it were a single slice.
Features
- Very simple to construct
lenandis_emptyimpl Debugshows it as a single listIterator- Pure Rust, no dependencies, works with
no_std - No
allocused Tdoes not need to implementCloneorCopy
Use Cases
- Ring buffers
- Custom
VecDequeue