Cargo Features
[dependencies]
rpdo = { version = "0.1.0", default-features = false, features = ["locking-default", "locking-rt", "locking-rt-safe"] }
- default = locking-default
-
The
locking-default
feature is set by default wheneverrpdo
is added without
somewhere in the dependency tree.default-features = false - locking-default default
-
Enables parking_lot, parking_lot of rtsc
- locking-rt
-
Enables parking_lot_rt
- locking-rt-safe
RPDO has 4 features without comments.