Cargo Features

usbd_scsi has no features set by default.

[dependencies]
usbd_scsi = { version = "0.1.0", features = ["trace-bot-headers", "trace-bot-states", "trace-bot-bytes", "trace-bot-zlp", "trace-bot-buffer", "trace-usb-control", "trace-scsi-fs", "trace-all"] }
trace-bot-headers trace-all?

Enables trace-bot-headers of usbd_bulk_only_transport

trace-bot-states trace-all?

Enables trace-bot-states of usbd_bulk_only_transport

trace-bot-bytes trace-all?

Enables trace-bot-bytes of usbd_bulk_only_transport

trace-bot-zlp trace-all?

Enables trace-bot-zlp of usbd_bulk_only_transport

trace-bot-buffer trace-all?

Enables trace-bot-buffer of usbd_bulk_only_transport

trace-usb-control trace-all?

Enables trace-usb-control of usbd_bulk_only_transport

trace-scsi-command trace-scsi-fs trace-all?
trace-all = trace-bot-buffer, trace-bot-bytes, trace-bot-headers, trace-bot-states, trace-bot-zlp, trace-scsi-command, trace-scsi-fs, trace-usb-control

usbd_scsi has 8 features without comments.