Cargo Features
[dependencies]
gazefilter-kalman = { version = "0.1.0", default-features = false, features = ["alloc"] }
- default = alloc
-
The
allocfeature is set by default whenevergazefilter-kalmanis added withoutsomewhere in the dependency tree.default-features = false - alloc default
-
Affects
kalman_filter::RTSSmoothedResults,gazefilter-kalman::discrete_bayes…