mediumvec 1.0.1

Vector types optimized for space, including a 32-bit Vec
Documentation

mediumvec

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.