Cargo Features

[dependencies]
kalmanfilt = { version = "0.2.6", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

Affects kalman_filter::RTSSmoothedResults, kalmanfilt::discrete_bayes