Skip to main content

create_file_processor

Function create_file_processor 

Source
pub fn create_file_processor<P: AsRef<Path>>(
    path: P,
    file_size_hint: Option<u64>,
) -> Result<FileProcessorType<'static>, TaleError>
Expand description

Create the optimal file processor for the given file and operation