densevec 0.3.3

Map like collection with usize indices that stores values contiguosly
Documentation
[package]
name = "densevec"
authors = ["arturo castro <arturo@openframeworks.cc>"]
description = "Map like collection with usize indices that stores values contiguosly"
homepage = "https://github.com/arturoc/densevec-rs"
repository = "https://github.com/arturoc/densevec-rs"
documentation = "http://rin.rs/docs/densevec/"
readme = "README.md"
license = "MIT"
version = "0.3.3"

[dependencies]
rayon = {version = "1.0", optional = true}

[features]
unstable=[]
parallel=["rayon"]