Cargo Features

[dependencies]
minikalman = { version = "0.0.2", default-features = false, features = ["std", "no_std"] }
default = no_std

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

std

Enables std of stdint

no_std default = micromath

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

micromath no_std