pub fn parse_str(src: &str, origin: &str) -> VtaResult<Manifest>
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.
origin
<string>