Function process_files

Source
pub fn process_files(
    rx: Receiver<PathBuf>,
    output_file_path: &PathBuf,
) -> Result<()>
Expand description

Processes file paths received from a channel, concatenating their content into an output file.