v0.1.5
andreacorbellini
released this
05 Nov 02:30
·
53 commits
to master
since this release
- Added
try_push_back()
andtry_push_front()
as non-overwriting alternatives topush_back()
andpush_front()
(contributed by Rinat Shigapov in GH-5). - Added
drain()
to remove ranges of elements. - Added
make_contiguous()
to return a contiguous mutable slice of elements. Iter
andIterMut
now implement theDefault
trait.
Crate: https://crates.io/crates/circular-buffer/0.1.5
Documentation: https://docs.rs/circular-buffer/0.1.5/circular_buffer/index.html