arrow_buffer

Module bytes

Source
Expand description

This module contains an implementation of a contiguous immutable memory region that knows how to de-allocate itself, Bytes. Note that this is a low-level functionality of this crate.

Structsยง

  • A continuous, fixed-size, immutable memory region that knows how to de-allocate itself.