Cargo Features

rayon-par-bridge has no features set by default.

[dependencies]
rayon-par-bridge = { version = "0.1.0", features = ["web_spin_lock"] }
web_spin_lock

Enables web_spin_lock of rayon

rayon:

This feature switches to a spin-lock implementation on the browser's main thread to avoid the forbidden atomics.wait.

Only useful on the wasm32-unknown-unknown target.

rayon-par-bridge has 1 feature without comment.