Crate mediumvec [] [src]

Collections optimized for space at the expense of capacity.

Reexports

pub use vec32::Vec32;

Modules

vec32

A vector that is indexed by u32 instead of usize.

Macros

vec32

Initialize a Vec32.