Cargo Features
[dependencies]
marg-orientation = { version = "0.1.0-alpha.2", default-features = false, features = ["std", "unsafe", "coordinate-frame"] }
- default = coordinate-frame
-
The
coordinate-frame
feature is set by default whenevermarg-orientation
is added without
somewhere in the dependency tree.default-features = false - std
-
Enables std of minikalman and num-traits
- unsafe
- coordinate-frame default
-
Enables coordinate-frame ^0.4.0
marg-orientation has 4 features without comments.