# 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`.
* [Documentation](https://docs.rs/mediumvec)
* [crates.io](https://crates.io/crates/mediumvec)