Skip to main content

Module registry

Module registry 

Source
Expand description

Module registry and factory system

Provides Registry and ModuleFactory to create modules dynamically without hard-coded dispatcher matches. This enables pluggable modules and paves the way for external/extra modules via configuration.

Structs§

Registry
Simple in-memory registry of module factories

Traits§

ModuleFactory
Factory trait for constructing modules and exposing their config binding