Module buffer

Source
Expand description

Utilities for functions that return data via buffers.

Structs§

SpareCapacityalloc
A type that implements Buffer by appending to a Vec, up to its capacity.

Traits§

Buffer
A memory buffer that may be uninitialized.

Functions§

spare_capacityalloc
Construct an SpareCapacity, which implements Buffer.