Collection types that take up less space than the standard library equivalents, including Vec32, a version of Vec<T> that is indexed by u32 instead of usize.
Vec32
Vec<T>
u32
usize