pub fn find_plugin(
name: &str,
config: &PluginConfig,
project_root: &Path,
) -> Result<DiscoveredPlugin>Expand description
Find a specific plugin by name.
pub fn find_plugin(
name: &str,
config: &PluginConfig,
project_root: &Path,
) -> Result<DiscoveredPlugin>Find a specific plugin by name.