Cargo Features

FourBar has no features set by default.

[dependencies]
four-bar = { version = "7.0.0", features = ["serde", "csv", "plot", "rayon", "clap", "atlas"] }
serde csv?

Enables serde, serde of metaheuristics-nature

csv = serde

Enables csv

Affects four-bar::csv

plot = fmtastic, plotters, plotters-backend

Affects four-bar::plot

rayon

Enables rayon of metaheuristics-nature

clap

Enables clap, clap of metaheuristics-nature

atlas = ndarray, ndarray-npy

Affects four-bar::atlas

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 atlas?
ndarray-npy atlas?
plotters plot?
plotters-backend plot?
fmtastic plot?