Cargo Features

rstat has no features set by default.

[dependencies]
rstat = { version = "0.6.0", features = ["serde", "ndarray-linalg"] }
serde = serde_crate

Enables serde of ndarray ^0.13, serialize of spaces ^5.0

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.

ndarray-linalg implicit feature

Enables ndarray-linalg ^0.12

ndarray-linalg:

Linear algebra package for rust-ndarray using LAPACK

serde_crate serde?

Enables serde