Skip to main content

parse_tool_toml

Function parse_tool_toml 

Source
pub fn parse_tool_toml(src: &str) -> Result<ScriptToolMeta>
Expand description

Parse a tool.toml manifest into ScriptToolMeta. When a tool.toml sits beside a script it takes precedence over the script’s comment annotations.