Cargo Features
[dependencies]
arfur = { version = "0.0.2", default-features = false, features = ["bindgen"] }
- default = arfur-rev, arfur-wpilib
-
These default features are set whenever
arfur
is added without
somewhere in the dependency tree.default-features = false - bindgen
-
Enables bindgen of arfur-rev and arfur-wpilib
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.
- arfur-rev default bindgen?
- arfur-wpilib default bindgen?