Skip to main content

parse_collate_field

Function parse_collate_field 

Source
fn parse_collate_field(collate: &str) -> Vec<String>
Expand description

Parse the Collate field from a DESCRIPTION file into an ordered list of filenames.

The Collate field is a whitespace-separated list of filenames (possibly spanning multiple continuation lines). Filenames may be quoted with single or double quotes (required when they contain spaces).