Function reformat_windows

Source
fn reformat_windows(
    data: &mut HashMap<String, Value>,
) -> HashMap<String, String>
Expand description

Function to reformat disk information on Windows.

§Arguments

  • data - A mutable reference to the disk information.

§Returns

A HashMap containing the reformatted disk information.