Cargo Features
[dependencies]
diol = { version = "0.8.3", default-features = false, features = ["plot"] }
- default = plot
-
The
plot
feature is set by default wheneverdiol
is added without
somewhere in the dependency tree.default-features = false - plot default
-
Enables plotters
diol has 2 features without comments.