bytes_deque 0.2.1

A growable bytes deque in Rust, providing access to the raw pointer.
Documentation
1
2
3
# BytesDeque

A growable deque of `u8` bytes with a simple API that provides underlying access to the raw pointer if further manipulations are required by the user.