Expand description
Source generator command-line utility.
Utility to do in-place source generation for Rust code. Takes a list of source generators to
run and applies them to all crates that have sourcegen
dependency.
Modules§
Structs§
- Sourcegen
Parameters - Parameters for the source generation tool
Traits§
- Source
Generator - Trait to be implemented by source generators.
Functions§
- process_
single_ file - Replace a single file with the generated content
- run_
sourcegen - Main entry point to the source generator toolkit.