Skip to main content

Module parser

Module parser 

Source

Enums§

WorkflowSource
Tracks where a workflow’s associated files live.

Functions§

parse
Parse a .zug workflow file from a TOML string.
parse_file
Parse a .zug workflow file from disk.
parse_workflow
Parse a .zug file, handling both plain TOML and zip archives.
to_toml
Serialize a workflow back to TOML (for the create command).