Cargo Features
[dependencies]
obd = { version = "0.1.3", default-features = false, features = ["passthru", "socketcan"] }
- default = passthru
-
The
passthru
feature is set by default wheneverobd
is added without
somewhere in the dependency tree.default-features = false - passthru default = j2534
-
Enabled SAE J2534 PassThru support
Affects
obd::passthru
…
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.
- j2534 passthru
- socketcan implicit feature
-
Enables socketcan ^1.7
socketcan:
Linux SocketCAN library. Send and receive CAN frames via CANbus on Linux.