Skip to main content

process_file

Function process_file 

Source
pub fn process_file(
    filename: &str,
    settings: &Settings<'_>,
    access: ResourceAccess,
    resource_handler: &dyn ResourceUrlHandler,
    output: &mut Output,
) -> Result<()>
Expand description

Process a single file.

Read from filename and render the contents to output.