| Crates.io | bytes_deque |
| lib.rs | bytes_deque |
| version | 0.2.1 |
| created_at | 2025-04-08 04:18:42.319591+00 |
| updated_at | 2025-04-08 06:33:11.389879+00 |
| description | A growable bytes deque in Rust, providing access to the raw pointer. |
| homepage | |
| repository | https://codeberg.org/annoyingusername/bytesdeque |
| max_upload_size | |
| id | 1624978 |
| size | 55,327 |
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.