gpp

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.