[package]
edition = "2018"
name = "index_vec"
version = "0.0.1-alpha"
authors = ["Thom Chiovoloni <chiovolonit@gmail.com>"]
description = "Like `Vec` and `usize`, but with more type safety"
readme = "README.md"
keywords = ["vec", "index", "indexed", "vector", "no_std"]
categories = ["data-structures", "no-std"]
license = "MIT/Apache-2.0"
repository = "http://github.com/thomcc/index_vec"
[package.metadata.docs.rs]
features = ["example_generated"]
[dependencies]
[features]
default = []
example_generated = []