Expand description
Formatting facilities for WDL.
Re-exports§
pub use config::Config;
Modules§
- Formatting configuration.
- Elements used during formatting.
- Formatting of WDL v1.x elements.
Macros§
- Returns exactly one entity from an enumerable list of entities (usually a
Vec).
Structs§
- A formatter.
- A postprocessor of tokens.
Enums§
- The kind of comment.
- Whether optional blank lines are allowed in the current context.
- A postprocessed token.
- A token that can be written by elements.
- Trivia.
Constants§
- Newline constant used for formatting on non-windows platforms.
- A space.
Traits§
- Tokens that are streamable.
- An element that can be written to a token stream.