Cargo Features

[dependencies]
dvcompute_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_branch is added without default-features = false somewhere in the dependency tree.

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