[][src]Function gpp::process_file

pub fn process_file(
    filename: &str,
    context: &mut Context
) -> Result<String, LineError>

Process a file.

This function is a convenience function for read_to_string and process_str.