Cargo Features

FourBar has no features set by default.

[dependencies]
four-bar = { version = "7.0.4", features = ["atlas", "clap", "csv", "plot", "rayon", "serde"] }
atlas = ndarray, ndarray-npy

Affects four-bar::atlas

clap

Enables clap, clap 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

serde csv?

Enables serde, serde of metaheuristics-nature

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.

fmtastic plot?
ndarray atlas?

Enables ndarray ^0.15

ndarray-npy atlas?

Enables ndarray-npy ^0.8

plotters plot?
plotters-backend plot?