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).
pub fn parse_demo_yaml(
yaml: &str,
) -> Result<Vec<DemoDefinition>, Vec<DemoParseError>>Parse demo.yaml content into structured definitions.
This is a lightweight line-based parser (no serde_yaml dependency).