Cargo Features
[dependencies]
kalmanfilt = { version = "0.2.6", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverkalmanfilt
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
kalman_filter::RTSSmoothedResults
,kalmanfilt::discrete_bayes
…