pub fn scan_plugin_dir(dir: &Path) -> Vec<LoadedPlugin>Expand description
Scan a directory for plugin shared libraries and load each one.
Returns successfully loaded plugins and logs warnings for any that fail. An empty or nonexistent directory returns an empty vec (not an error).