Expand description
Utilities to help with buffering.
Structs§
- A type that implements
Buffer
by appending to aVec
, up to its capacity.
Traits§
- A memory buffer that may be uninitialized.
Functions§
- Construct an
SpareCapacity
, which implementsBuffer
.