index_vec 0.0.1

Newtype-style helpers for `Vec` and `usize`.
Documentation
[package]
name = "index_vec"
version = "0.0.1"
authors = ["Thom Chiovoloni <chiovolonit@gmail.com>"]
edition = "2018"
description = "Newtype-style helpers for `Vec` and `usize`."
license = "MIT/Apache-2.0"
repository = "http://github.com/thomcc/index_vec"
keywords = ["newtype", "vec", "index", "indexed", "usize"]
categories = ["data-structures", "no-std", "rust-patterns"]
readme = "README.md"

[badges]
circle-ci = { repository = "thomcc/index_vec", branch = "master" }

[features]
example_generated = []
default = []

[dependencies]

[package.metadata.docs.rs]
features = ["example_generated"]