Skip to main content

parse_file

Function parse_file 

Source
pub fn parse_file(
    path: &Path,
    mem_dir: &Path,
    schema: &TypeDefinition,
    mem: &str,
) -> Result<ParseResult, ParseError>
Expand description

Parse an entity from a file on disk.