pub fn paste_parallel_to_vec( file_data: &[&[u8]], config: &PasteConfig, ) -> Vec<u8> ⓘ
Paste files in normal (parallel) mode and return the output buffer. Uses cursor-based scanning — no offset arrays, minimal allocation.