Skip to main content

parse_file_with_encoding

Function parse_file_with_encoding 

Source
pub fn parse_file_with_encoding(
    path: impl AsRef<Path>,
    encoding: SourceEncoding,
) -> Result<Parse>
Expand description

Read, decode, and parse a file with an explicit encoding.