extract_plugins_from_xml

Function extract_plugins_from_xml 

Source
fn extract_plugins_from_xml(
    xml: &str,
    patterns: &[(&Regex, &str, &str)],
) -> Vec<PluginRef>
Expand description

Extract plugin names from XML using pre-compiled regex patterns.