Module buffer

Source
Expand description

Utilities to help with buffering.

Structs§

SpareCapacity
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_capacity
Construct an SpareCapacity, which implements Buffer.