Cargo Features
roblib has no features set by default.
[dependencies]
roblib = { version = "0.1.0", features = ["all", "async", "gpio", "roland", "camloc", "gpio-backend"] }
- all = async, camloc, gpio, roland
- async all?
-
Enables async-trait, futures, and tokio
Affects
camloc::CamlocAsync
,gpio::GpioAsync
,gpio::TypedGpioAsync
,gpio::PinAsync
,gpio::InputPinAsync
,gpio::SubscribablePinAsync
,gpio::OutputPinAsync
,roblib::RoblibBuiltinAsync
,roland::RolandAsync
… - gpio all?
-
Affects
roblib::gpio
… - roland all?
-
Affects
roblib::roland
,camloc::get_motion_hint
… - camloc all?
-
Enables camloc-server ^0.1.0
Affects
roblib::camloc
… - gpio-backend
-
Enables rppal ^0.14
Affects
gpio::backend
,roland::backend
,camloc::get_motion_hint
…