Skip to main content

paste

Function paste 

Source
pub fn paste(
    file_data: &[&[u8]],
    config: &PasteConfig,
    out: &mut impl Write,
) -> Result<()>
Expand description

Main paste entry point. Writes directly to the provided writer.