pub fn parse_file_with_encoding( path: impl AsRef<Path>, encoding: SourceEncoding, ) -> Result<Parse>
Read, decode, and parse a file with an explicit encoding.