[][src]Crate chunky_vec

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.