Function oxidd_parser::load_file::load_file
source · pub fn load_file(
path: impl AsRef<Path>,
options: &ParseOptions
) -> Option<Problem>Expand description
Load and parse the file at path, reporting errors to stderr
Returns Some(problem) on success, None on error.