Immutable exact chunks

This commit is contained in:
Pascal Engélibert 2022-10-01 10:13:50 +02:00
commit c49db676ee
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
2 changed files with 33 additions and 1 deletions

View file

@ -6,7 +6,7 @@ Yet another Rust ring buffer implementation.
Features:
* Checked/unchecked element/iterator safe push
* Mutable exact chunk iterator (read contiguous slices)
* Mutable/immutable exact chunk iterator (read contiguous slices)
## License