pub fn paste_serial_to_vec(file_data: &[&[u8]], config: &PasteConfig) -> Vec<u8> ⓘExpand description
Paste files in serial mode and return the output buffer. For each file, join all lines with the delimiter list (cycling). Uses inline memchr scanning — no offset arrays needed.