Cargo Features
[dependencies]
dvcompute_experiment_branch = { version = "2.0.1", default-features = false, features = ["branch_mode", "branch_wasm_mode"] }
- default = branch_mode
-
The
branch_mode
feature is set by default wheneverdvcompute_experiment_branch
is added without
somewhere in the dependency tree.default-features = false - branch_mode default
-
Enables branch_mode of dvcompute_branch and dvcompute_results_branch
Affects
experiment::BasicExperimentExecutor
,experiment::ExperimentExecutor.execute
… - branch_wasm_mode
-
Enables branch_wasm_mode of dvcompute_branch and dvcompute_results_branch
Affects
experiment::BasicExperimentExecutor
,experiment::BasicExperimentExecutor
,experiment::ExperimentExecutor.execute
…
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.