Cargo Features

mop-structs has no features set by default.

[dependencies]
mop-structs = { version = "0.0.10", features = ["std", "quickcheck", "rand", "rayon", "serde1"] }
std

Enables std of mop-common-deps

Affects csr_matrix::CsrMatrixVec, dr_matrix::DrMatrixVec, css::CssVec

quickcheck

Enables quickcheck of mop-common-deps

rand

Enables rand of mop-common-deps

rayon

Enables rayon of mop-common-deps

Affects utils::ParallelIteratorWrapper, utils::ParallelProducerWrapper

serde1 = serde

Enables serde1 of mop-common-deps

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.

serde serde1?

Enables serde

FIXME: https://github.com/serde-rs/serde/issues/1147