process_file

Function process_file 

Source
pub fn process_file(
    base_path: &Path,
    file_path: &Path,
    output: &mut impl Write,
    line_numbers: bool,
    encoding_strategy: Option<&str>,
) -> Result<()>
Expand description

Processes a single file and writes its content to the output.