Expand description
Formatting facilities for WDL.
Re-exports§
pub use config::Config;
Modules§
- config
- Formatting configuration.
- element
- Elements used during formatting.
- v1
- Formatting of WDL v1.x elements.
Macros§
- exactly_
one - Returns exactly one entity from an enumerable list of entities (usually a
Vec
).
Structs§
- Formatter
- A formatter.
- Postprocessor
- A postprocessor of tokens.
- Token
Stream - A stream of tokens. Tokens in this case are either
PreToken
s orPostToken
s. Note that, unless you are working on formatting specifically, you should never need to work withPostToken
s.
Enums§
- Comment
- The kind of comment.
- Post
Token - A postprocessed token.
- PreToken
- A token that can be written by elements.
- Trivia
- Trivia.
- Trivia
Blank Line Spacing Policy - The policy for
Trivia::BlankLine
line spacing.