More useful methods

This commit is contained in:
Pascal Engélibert 2022-10-01 15:50:50 +02:00
commit 0b40fe93d9
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
3 changed files with 169 additions and 10 deletions

View file

@ -5,8 +5,10 @@ Yet another Rust ring buffer implementation.
**Early development**: more features will be added soon. Also, more tests. And probably breaking changes.
Features:
* Checked/unchecked element/iterator safe push
* Checked/overflowing element/iterator safe push
* Overflowing slice push
* Mutable/immutable exact chunk iterator (read contiguous slices)
* Other useful methods
## License