consecutive-vecmap 0.1.1

like VecMap, but the keys just need to be clustered together, not necessarily close to 0.
Documentation
1
2
3
4
5
6
7
8
9
10
[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 = "*"