Skip to main content

parse_demo_yaml

Function parse_demo_yaml 

Source
pub fn parse_demo_yaml(
    yaml: &str,
) -> Result<Vec<DemoDefinition>, Vec<DemoParseError>>
Expand description

Parse demo.yaml content into structured definitions.

This is a lightweight line-based parser (no serde_yaml dependency).