Skip to main content

paste_serial_to_vec

Function paste_serial_to_vec 

Source
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).