scsir 0.3.0

A simple library for issuing SCSI commands
Documentation
1
2
3
4
5
#[cfg(target_os = "linux")]
pub mod linux;

#[cfg(target_os = "windows")]
pub mod windows;