Cargo Features
[dependencies]
librscrc = { version = "0.1.0", default-features = false, features = ["all", "hardware", "nightly"] }
- default = hardware
-
The
hardware
feature is set by default wheneverlibrscrc
is added without
somewhere in the dependency tree.default-features = false - all = hardware, nightly
- hardware default all?
- nightly all?
Librscrc has 4 features without comments.