pub fn process_file_with_results(
params: &FileProcessingParams<'_>,
) -> Result<(Vec<SearchResult>, FileProcessingTimings)>Expand description
Main function for processing a file with matched lines
pub fn process_file_with_results(
params: &FileProcessingParams<'_>,
) -> Result<(Vec<SearchResult>, FileProcessingTimings)>Main function for processing a file with matched lines