Cargo Features
[dependencies]
evian = { version = "0.3.0-rc.1", default-features = false, features = ["control", "drivetrain", "math", "motion", "tracking"] }
- default = control, drivetrain, math, motion, tracking
-
These default features are set whenever
evian
is added without
somewhere in the dependency tree.default-features = false - control default
-
Enables evian-control
- drivetrain default
-
Enables evian-drivetrain
- math default
-
Enables evian-math
- motion default
-
Enables evian-motion
- tracking default
-
Enables evian-tracking
evian has 6 features without comments.