[][src]Module scsi::scsi

Contains implementations for the different SCSI commands and responses, as well as helper utilities to, for example, treat the SCSI device as a normal block devies.

Modules

commands

Contains implementations of the different SCSI commands and responses.

Structs

ScsiBlockDevice

A struct that provides a simple, block-device-like interface around an SCSI device. This allows for reading and writing to the device at static offests, allowing for easy interaction with any file system crate.

Traits

ScsiResponder

A trait to describe a device to respond to SCSI command, such as a flash drive.