Cargo Features

[dependencies]
dvcompute = { version = "1.3.4", default-features = false, features = ["seq_mode", "wasm_mode"] }
default = seq_mode

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

seq_mode default

Enables seq_mode of dvcompute_rand

Affects event::EventRepr, event_queue::EventQueue, point::Point.run, run::Run, simulation::Simulation.run, simulation::Simulation.run_by_index

wasm_mode

Enables wasm_mode of dvcompute_rand

Affects event::EventRepr, event_queue::EventQueue, point::Point.run, run::Run, simulation::Simulation.run, simulation::Simulation.run_by_index

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_rand seq_mode wasm_mode?