read_file_with_encoding

Function read_file_with_encoding 

Source
pub fn read_file_with_encoding<P: AsRef<Path>>(
    path: P,
    max_size: u64,
) -> Result<String>