Cargo Features
[dependencies]
spelling = { version = "0.2.4", default-features = false, features = ["use_rayon"] }
- default = use_rayon
-
The
use_rayon
feature is set by default wheneverspelling
is added without
somewhere in the dependency tree.default-features = false - use_rayon default = rayon
-
Affects
spelling::spellcheck_rayon
…
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.