Module assemble_core::plugins

source ·
Expand description

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

Modules

Extensions that plugins can add

Structs

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

Enums

Traits

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