Cargo Features
[dependencies]
vcs-classic-hid = { version = "0.1.0", default-features = false, features = ["linux-static-hidraw", "linux-static-libusb"] }
- default = linux-static-hidraw
-
The
linux-static-hidraw
feature is set by default whenevervcs-classic-hid
is added without
somewhere in the dependency tree.default-features = false - linux-static-hidraw default
-
Enables linux-static-hidraw of hidapi ^1.2.5
- linux-static-libusb
-
Enables linux-static-libusb of hidapi ^1.2.5
vcs-classic-hid has 3 features without comments.