[package]
name = "consecutive-vecmap"
version = "0.1.1"
authors = ["Ty Overby <ty@pre-alpha.com>"]
description = "like VecMap, but the keys just need to be clustered together, not necessarily close to 0."
license = "MIT"
repository = "https://github.com/TyOverby/consecutive-vecmap"
[dev-dependencies]
rand = "*"