Cargo Features
[dependencies]
sampling = { version = "0.1.1", default-features = false, features = ["serde_support", "bootstrap", "sweep_time_optimization", "sweep_stats", "replica_exchange"] }
- default = bootstrap, replica_exchange, serde_support
-
These default features are set whenever
sampling
is added without
somewhere in the dependency tree.default-features = false - serde_support default = serde
- bootstrap default = average
-
Affects
sampling::bootstrap
… - sweep_time_optimization sweep_stats?
- sweep_stats = sweep_time_optimization
- replica_exchange default = rayon
-
Affects
sampling::rewl
,sampling::rees
…
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.