Cargo Features

ndsparse has no features set by default.

[dependencies]
ndsparse = { version = "0.8.1", features = ["std", "alloc", "with-rand", "with-rayon", "with-serde"] }
std with-rayon? = alloc

Enables std of cl-traits ^6.0

alloc std?

Enables alloc of cl-traits ^6.0

Affects coo::CooVec, csl::CslVec, doc_tests::coo_vec_5, doc_tests::csl_vec_4

with-rand = rand
with-rayon = rayon, std

Affects utils::ParallelIteratorWrapper, utils::ParallelProducerWrapper

with-serde = serde, serde-big-array

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.

rand with-rand?
rayon with-rayon?
serde with-serde?
serde-big-array with-serde?

Enables serde-big-array ^0.3