Expand description
A source code generator.
This crate contains generic helper routines and classes for generating source code.
Modules§
- error
- Defines an Errorreturned during source code generation.
Macros§
- fmtln
- A macro that simplifies the usage of the Formatterby allowing format strings.
- loc
- A macro for constructing a FileLocationat the current location.
Structs§
- FileLocation 
- Record a source location; preferably, use locdirectly.
- Formatter
- Collect source code to be written to a file and keep track of indentation.
- Match
- Match formatting class.