Module plugins

Source
Expand description

Provide a “unified” way of adding plugins to an assemble project

Modules§

extensions
Extensions that plugins can add

Structs§

PluginApplied
A struct representing an applied plugin
PluginManager
Facilities applying plugins and determining which plugins have been applied to a plugin aware object.

Enums§

PluginError

Traits§

Plugin
A plugin to apply to the project. All plugins must implement default.
PluginAware
Some value that can have plugins applied to it.