Skip to main content

parse_pack_list

Function parse_pack_list 

Source
pub fn parse_pack_list(s: &str) -> Vec<String>
Expand description

Parse a comma- or whitespace-separated pack list from a single string.

Empty entries are dropped, surrounding whitespace is trimmed.