Cargo Features

DenseVec has no features set by default.

[dependencies]
densevec = { version = "0.5.1", features = ["unstable", "serialize", "rayon"] }
unstable
serialize = serde, serde_derive

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rayon implicit feature

Enables rayon

rayon:

Simple work-stealing parallelism for Rust

Affects densevec::ParIter, densevec::ParIterMut, densevec::ParValues, densevec::ParValuesMut

serde serialize?
serde_derive serialize?