Skip to main content

parse_algorithm_overrides

Function parse_algorithm_overrides 

Source
pub fn parse_algorithm_overrides(
    raw: &[String],
) -> Result<Vec<(String, Vec<String>)>, String>
Expand description

Parse --algorithms iface:a1;a2,iface:b1 into an ordered list of (interface, [algorithm, ...]) pairs.