Skip to main content

parse_shape_project_toml

Function parse_shape_project_toml 

Source
pub fn parse_shape_project_toml(content: &str) -> Result<ShapeProject, Error>
Expand description

Parse a shape.toml document into a ShapeProject.

This is the single source of truth for manifest parsing across CLI, runtime, and tooling.