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 default-features = false somewhere in the dependency tree.

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.

serde serde_support
average bootstrap

Enables average ^0.13

rayon replica_exchange