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
- alloc std?
-
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.