indexvec-0.2.0 has been yanked.
Newtype Index
A simplified copy of rustc's index crate.
Examples
newtype_index!
// Shorthand for the above
newtype_index!;
// Full example of all features
newtype_index!
Serde can be enabled with the serde
feature.