lib.rs
Feb 1, 2024drive_model() for collect the model of system disk drive. drive_serial_number() for collect the serial number of system disk drive. Guideline. First of all add this package to your dependencies in cargo.toml file, then open a file where you want to use and add the package in the top of the file like use system_diskinfo, after that, to get the ...