Skip to main content

Module manager

Module manager 

Source
Expand description

Unified Plugin Manager

This module provides a unified interface for the plugin system that works regardless of whether the plugins feature is enabled. When plugins are disabled, all methods are no-ops, avoiding the need for cfg attributes scattered throughout the codebase.

Structsยง

PluginManager
Unified plugin manager that abstracts over the plugin system.