Cargo Features
ddc-i2c has no features set by default.
[dependencies]
ddc-i2c = { version = "0.2.2", features = ["with-linux-enumerate", "with-linux"] }
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.
- i2c-linux linux with-linux? with-linux-enumerate?
-
Affects
ddc-i2c::I2cDeviceDdc
,ddc-i2c::from_i2c_device
…