Cargo Features

[dependencies]
dvcompute_experiment_branch = { version = "1.3.7", default-features = false, features = ["branch_mode", "branch_wasm_mode"] }
default = branch_mode

The branch_mode feature is set by default whenever dvcompute_experiment_branch is added without default-features = false somewhere in the dependency tree.

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.

dvcompute_dist branch_mode branch_wasm_mode?

Enables dvcompute_branch

dvcompute_results_dist branch_mode branch_wasm_mode?

Enables dvcompute_results_branch