Cargo Features

[dependencies]
meh-asus = { version = "0.2.1", default-features = false, features = ["common-hardware", "pwm"] }
default = common-hardware

The common-hardware feature is set by default whenever meh-asus is added without default-features = false somewhere in the dependency tree.

common-hardware default

abstraction over common hardware like keyboard blacklight, camera led etc.

Affects debugfs::common_hardware

pwm

manual pwm mode of controlling laptop fans

Affects meh-asus::pwm