Cargo Features
[dependencies]
pros = { version = "0.9.0", default-features = false, features = ["core", "async", "sync", "devices", "math", "panic", "display_panics", "dangerous-motor-tuning"] }
- default = async, core, devices, display_panics, math, panic
-
These default features are set whenever
pros
is added without
somewhere in the dependency tree.default-features = false - core default
-
Enables pros-core
- async default
-
Enables pros-async
- sync
-
Enables pros-sync
- devices default
-
Enables pros-devices
- math default
-
Enables pros-math
- panic default
-
Enables pros-panic
- display_panics default
-
Enables display_panics of pros-panic
- dangerous-motor-tuning
-
Enables dangerous_motor_tuning of pros-devices
PROS has 9 features without comments.