Cargo Features
[dependencies]
optimization_tools = { version = "0.1.0", default-features = false, features = ["full", "enabled", "rapidity_6", "rapidity_7", "rapidity_8", "rapidity_9"] }
- default = enabled
-
The
enabled
feature is set by default wheneveroptimization_tools
is added without
somewhere in the dependency tree.default-features = false - full = enabled
- enabled default full?
- rapidity_6 rapidity_7?
-
to enable slow tests
- rapidity_7 rapidity_8? = rapidity_6
-
to enable slow tests
- rapidity_8 rapidity_9? = rapidity_7
-
to enable slow tests
- rapidity_9 = rapidity_8
-
to enable slow tests