Cargo Features

[dependencies]
bayes_estimate = { version = "0.15.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever bayes_estimate is added without default-features = false somewhere in the dependency tree.

std default

Affects estimators::sir, estimators::unscented_duplex