mediumvec 1.2.0

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

mediumvec

Vec32<T>, a version of Vec<T> that is indexed by u32 instead of usize, for a slight reduction in size on 64-bit platforms.