Expand description
Provide a “unified” way of adding plugins to an assemble project
Modules§
- extensions
- Extensions that plugins can add
Structs§
- Plugin
Applied - A struct representing an applied plugin
- Plugin
Manager - Facilities applying plugins and determining which plugins have been applied to a plugin aware object.
Enums§
Traits§
- Plugin
- A plugin to apply to the project. All plugins must implement default.
- Plugin
Aware - Some value that can have plugins applied to it.