More useful methods
This commit is contained in:
parent
c49db676ee
commit
0b40fe93d9
3 changed files with 169 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue