format_paths_with_captures

Function format_paths_with_captures 

Source
pub fn format_paths_with_captures(
    paths: &[Path],
    captures: &HashMap<String, Vec<Path>>,
    opts: impl AsRef<FormatPathsOpts>,
) -> String
Expand description

Format multiple paths with captures in a structured way. Captures come first, sorted lexicographically by name, with their name prefixed by ‘@’. Regular paths follow after all captures.