bytes_deque 0.2.0

A growable bytes deque in Rust, providing access to the raw pointer.
Documentation
  • Coverage
  • 100%
    26 out of 26 items documented0 out of 25 items with examples
  • Size
  • Source code size: 54.58 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.6 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • createyourpersonalaccount

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.