bytes_deque

Crates.iobytes_deque
lib.rsbytes_deque
version0.2.1
created_at2025-04-08 04:18:42.319591+00
updated_at2025-04-08 06:33:11.389879+00
descriptionA growable bytes deque in Rust, providing access to the raw pointer.
homepage
repositoryhttps://codeberg.org/annoyingusername/bytesdeque
max_upload_size
id1624978
size55,327
Nikolaos Chatzikonstantinou (createyourpersonalaccount)

documentation

README

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.

Commit count: 0

cargo fmt