alpm_mtree::mtree::v2

Function paths_from_parsed_content

Source
fn paths_from_parsed_content(
    content: &str,
    parsed_content: Vec<Statement<'_>>,
) -> Result<Vec<Path>, Error>
Expand description

Take unsanitized parsed content and convert it to a list of paths with properties.

This is effectively the interpreter step for mtreeā€™s declaration language.