1
0
Fork
You've already forked bytesdeque
0
A growable bytes deque in Rust, providing access to the raw pointer.
  • Rust 100%
2025年04月10日 07:53:59 -04:00
src add some more details to documentation 2025年04月10日 07:53:59 -04:00
.gitignore first commit 2025年04月07日 17:29:53 -04:00
Cargo.lock fix bug in move_active and move_active_nonoverlapping 2025年04月08日 02:32:14 -04:00
Cargo.toml fix bug in move_active and move_active_nonoverlapping 2025年04月08日 02:32:14 -04:00
COPYING first commit 2025年04月07日 17:29:53 -04:00
README.md add readme notes 2025年04月07日 23:49:47 -04:00

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.