scsir 0.3.0

A simple library for issuing SCSI commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[derive(Debug)]
pub enum ProtocolIdentifier {
    None,
    FibreChannel,
    Ssa,
    IEEE1394,
    RemoteDirectMemoryAccess,
    InternetScsi,
    SasSerialScsiProtocol,
    Other(u8),
}