[][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.

StaticVecIteratorConst

Vaguely similar to a very stripped-down version of std::slice::Iter.

StaticVecIteratorMut

Vaguely similar to a very stripped-down version of std::slice::IterMut.