Cargo Features
[dependencies]
dvcompute_rand = { version = "2.0.0", default-features = false, features = ["seq_mode", "wasm_mode"] }
- default = seq_mode
-
The
seq_mode
feature is set by default wheneverdvcompute_rand
is added without
somewhere in the dependency tree.default-features = false - seq_mode default = rand
-
Affects
primitives::GeneratorRepr
… - wasm_mode
-
Enables wasm-bindgen of rand ^0.7
Affects
primitives::GeneratorRepr
…
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.