pub fn process_file( filename: &str, context: &mut Context, ) -> Result<String, Error>
Process a file.
See process_buf for more details.
process_buf