Function darwin_disks

Source
fn darwin_disks(lib_path: &str) -> Vec<HashMap<String, String>>
Expand description

Function to get disk information on macOS.

§Arguments

  • lib_path - The path to the library used to get disks’ information.

§Returns

A Vec of HashMap containing the disk information.