Cargo Features
[dependencies]
gfwx = { version = "0.3.0", default-features = false, features = ["adaptive_multithreading", "rayon"] }
- default = adaptive_multithreading, rayon
-
These default features are set whenever
gfwx
is added without
somewhere in the dependency tree.default-features = false - adaptive_multithreading default
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.
- rayon default
-
Affects
maybe_parallel::process_maybe_parallel_for_each
,maybe_parallel::process_maybe_parallel_map_collect
…