[dependencies]
[lib]
bench = false
doc = true
doctest = false
harness = true
path = "src/lib.rs"
plugin = false
proc-macro = false
test = true
[package]
authors = ["johannesvollmer <johannes596@t-online.de>"]
categories = ["data-structures", "memory-management", "rust-patterns"]
description = "Simplify Graphs in Rust. Introduces IdVec, which automatically creates Ids for each new object, reusing deleted Ids. "
keywords = ["map", "graph", "index", "id", "vec"]
license = "MIT"
name = "id-vec"
readme = "README.md"
repository = "https://github.com/johannesvollmer/id-vec"
version = "0.5.7"