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. Uses cursor-based scanning — no offset arrays, minimal allocation.