A growable bytes deque in Rust, providing access to the raw pointer.
- Rust 100%
| src | add some more details to documentation | |
| .gitignore | first commit | |
| Cargo.lock | fix bug in move_active and move_active_nonoverlapping | |
| Cargo.toml | fix bug in move_active and move_active_nonoverlapping | |
| COPYING | first commit | |
| README.md | add readme notes | |
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.