Cargo Features
[dependencies]
dvcompute_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_branch
is added without
somewhere in the dependency tree.default-features = false - branch_mode default
-
Affects
event::EventRepr
,event_queue::EventQueue
,simulation::branch
,point::Point
,run::Run
,run::Branch
,simulation::Simulation.run
,simulation::Simulation.run_by_index
… - branch_wasm_mode
-
Enables wasm_mode of dvcompute_rand
Affects
event::EventRepr
,event_queue::EventQueue
,simulation::branch
,point::Point
,run::Run
,run::Branch
,simulation::Simulation.run
,simulation::Simulation.run_by_index
…