Expand description
Source-code transform plugin trait for the build pipeline. Plugins can rewrite file contents at compile time (e.g. macro expansion, code injection) and run in priority order alongside built-in transforms.
Structs§
- Transform
Context - Context provided to transform plugins (read-only view of build state).
Traits§
- Transform
Plugin - A plugin that hooks into the source-code transform pipeline.