Module plugin_registry

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

Plugin registry for storing and retrieving provider plugins.

PluginRegistry is an instance-scoped (not global static) store for ProviderPlugin trait objects. Plugins are stored as Arc<dyn ProviderPlugin> keyed by plugin ID.

Instance-scoped design is more testable and can be promoted to a static later if needed.

Structs

  • PluginRegistry: Registry for storing and retrieving provider plugins.