Skip to main content

discover_plugins

Function discover_plugins 

Source
pub fn discover_plugins(dir: &Path) -> Vec<DiscoveryOutcome>
Expand description

Scan dir for devboy-source-*.toml manifests and load and verify each. Non-matching files are silently ignored. Errors are collected per-manifest in the returned outcomes rather than aborting the whole scan.