Cargo Features

oars has no features set by default.

[dependencies]
oars = { version = "3.0.1", features = ["serialize", "parallel"] }
serialize = serde, serde_derive

Enables serde-1 of ndarray ^0.14.0

ndarray:

Old name for the serde feature

parallel = rayon

Enables rayon of ndarray ^0.14.0

Affects utils::Integer, utils::Float

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 serialize?
serde_derive serialize?
rayon parallel?