Cargo Features

[dependencies]
gazefilter-kalman = { version = "0.1.0", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

Affects kalman_filter::RTSSmoothedResults, gazefilter-kalman::discrete_bayes