Skip to main content

parse_str

Function parse_str 

Source
pub fn parse_str(src: &str, origin: &str) -> VtaResult<Manifest>
Expand description

Parse a manifest from TOML source. origin is used in diagnostics (a path or <string>); errors carry the line and column of the offending token.