rustmax

Module bytes

Source
Expand description

Abstractions for working with byte buffers: Bytes, Buf, and BufMut.

See crate ::bytes.

Modules§

  • Utilities for working with buffers.

Structs§

  • A cheaply cloneable and sliceable chunk of contiguous memory.
  • A unique reference to a contiguous slice of memory.

Traits§

  • Read bytes from a buffer.
  • A trait for values that provide sequential write access to bytes.