pub fn paste( file_data: &[&[u8]], config: &PasteConfig, out: &mut impl Write, ) -> Result<()>
Main paste entry point. Writes directly to the provided writer.