Skip to main content

paste_serial_stream

Function paste_serial_stream 

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

Streaming paste for serial mode. For each file, join all lines with the delimiter list (cycling).