Function get_processor_info_linux
Source fn get_processor_info_linux(lib_path: &str) -> Result<String, String>
Expand description
Function to get processor information on Linux.
§Arguments
lib_path
- The path to the library used to get processor information.
§Returns
A Option
containing the processor information if successful, otherwise None
.