pub fn parse_cpu_set(s: &str) -> Result<Vec<usize>, String>
Expand description

Parse a comma-separated list of CPU numbers and ranges and convert it to a Vec of CPU numbers.