gvec 0.4.0

Very simple implementation of generational indexing for vectors written in Rust
Documentation
[package]
name = "gvec"
description = "Very simple implementation of generational indexing for vectors written in Rust"
version = "0.4.0"
authors = ["noblehelm"]
edition = "2018"
license = "MIT"
repository = "https://gitlab.com/noblehelm/gvec"
keywords = ["data-structures", "vec", "generational", "index"]
categories = ["data-structures"]

[dependencies]