Cargo Features
[dependencies]
cotton-usb-host-msc = { version = "0.1.0", default-features = false, features = ["std", "defmt"] }
- default = std
-
The
std
feature is set by default whenevercotton-usb-host-msc
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of cotton-scsi and cotton-usb-host
- defmt
-
Enables defmt, defmt of cotton-scsi and cotton-usb-host
cotton-usb-host-msc has 3 features without comments.