Crate chunky_vec

Crate chunky_vec 

Source
Expand description

This crate provides a pin-safe, append-only vector which guarantees never to move the storage for an element once it has been allocated.

Structsยง

ChunkyVec
Pin safe vector
Iter
An iterator yielding shared references to the elements of a ChunkyVec.
IterMut
An iterator yielding exclusive references to the elements of a ChunkVec.