Skip to main content

parse_instructions_json_file

Function parse_instructions_json_file 

Source
pub fn parse_instructions_json_file(
    path: &Path,
) -> Result<InstructionsDoc, SpecError>
Expand description

Parses AARCHMRS JSON file from path.

ยงErrors

Returns SpecError for IO/JSON failures.