Cargo Features
[dependencies]
rdst = { version = "0.20.14", default-features = false, features = ["multi-threaded", "work_profiles", "profiling", "timings"] }
- default = multi-threaded
-
The
multi-threaded
feature is set by default wheneverrdst
is added without
somewhere in the dependency tree.default-features = false - multi-threaded default profiling? timings? = rayon
-
Affects
tuner::Algorithm
,sort_utils::par_get_counts_with_ends
… - work_profiles
- profiling = multi-threaded
-
Required by the profiling binary
- timings = multi-threaded
-
Required by the timings binary
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.