pub fn paste_stream(file_data: &[&[u8]], config: &PasteConfig) -> Result<()>Expand description
Streaming paste entry point. Writes directly to stdout using raw fd writes.
pub fn paste_stream(file_data: &[&[u8]], config: &PasteConfig) -> Result<()>Streaming paste entry point. Writes directly to stdout using raw fd writes.