Cargo Features
[dependencies]
dvcompute_gpss_branch = { version = "2.0.0", default-features = false, features = ["branch_mode", "branch_wasm_mode"] }
- default = branch_mode
-
The
branch_mode
feature is set by default wheneverdvcompute_gpss_branch
is added without
somewhere in the dependency tree.default-features = false - branch_mode default
-
Enables branch_mode of dvcompute_branch
- branch_wasm_mode
-
Enables branch_wasm_mode of dvcompute_branch
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.