pub fn create_registry_with_plugins( enabled_plugins: &[String], disable_defaults: bool, ) -> PluginRegistry
Creates a plugin registry with the specified plugins enabled.
enabled_plugins
disable_defaults
A new PluginRegistry with only the specified plugins registered.
PluginRegistry