Skip to main content

parse_shared_file_with_encoding

Function parse_shared_file_with_encoding 

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

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