process_file

Function process_file 

Source
pub fn process_file(
    filename: &str,
    context: &mut Context,
) -> Result<String, Error>
Expand description

Process a file.

See process_buf for more details.