Skip to main content

Crate stormchaser_dsl

Crate stormchaser_dsl 

Source
Expand description

Workflow DSL parser for Stormchaser.

This module provides parsing capabilities to translate HCL-based workflow definitions into the internal Workflow model.

Re-exports§

pub use parser::StormchaserParser;

Modules§

ast
Abstract Syntax Tree components for the DSL.
hcl_schema
parser