Cargo Features

[dependencies]
dvcompute_rand = { version = "1.3.3", default-features = false, features = ["seq_mode", "wasm_mode"] }
default = seq_mode

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

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.

rand seq_mode wasm_mode?

Enables rand ^0.7