Expand description

A Vec-like wrapper type that only allocates if a provided buffer is first exhausted.

Structs

A growable vector with a backing slice that will move its elements to the heap if the slice space is exhausted.