[][src]Crate staticvec

Structs

StaticVec

A Vec-like struct (directly API-compatible where it can be at least as far as function signatures go) implemented with const generics around a static array of fixed N capacity.

StaticVecIterConst

Similar to std's Iter, but specifically implemented with StaticVecs in mind.

StaticVecIterMut

Similar to std's IterMut, but specifically implemented with StaticVecs in mind.