Skip to main content

paste_parallel_to_vec

Function paste_parallel_to_vec 

Source
pub fn paste_parallel_to_vec(
    file_data: &[&[u8]],
    config: &PasteConfig,
) -> Vec<u8> 
Expand description

Paste files in normal (parallel) mode and return the output buffer. For each line index, concatenate corresponding lines from all files with delimiters.