pub fn parse_file(path: impl AsRef<Path> + Clone) -> Result<Module, ParseError>
Parse a module from a file. Requires the std feature.
std