discover_plugins

Function discover_plugins 

Source
pub fn discover_plugins(_config_dir: &Path) -> Vec<Box<dyn Plugin>>
Expand description

Discover plugins from a directory.

Currently this is a placeholder for future dynamic plugin loading. In the future, this could load:

  • WASM plugins
  • Shared library plugins
  • Script-based plugins

§Arguments

  • _config_dir - Path to the configuration directory

§Returns

Vector of discovered plugins (currently empty)