Module arc

Source
Expand description

An Arc-backed mutable byte slice backed by a common allocation.

Structs§

Bytes
A thread-safe shared byte buffer backed by a shared allocation.
BytesMut
A thread-safe byte buffer backed by a shared allocation.