Expand description

The pluginmanager handles loading the correct plugins and routing calls between them.

Structs

This structure handles standard function calls that all compatible dynamic libraries should support.
The PluginManager exists to interface with the different plugins. It also has capabilities to dynamically modify those plugins.
A Vec of SubmessageData is returned from plugins’ handle function for all un-handled submessages. TODO: Share this with individual plugins as a return type.