pub fn process_cut_data(
data: &[u8],
cfg: &CutConfig<'_>,
out: &mut impl Write,
) -> Result<()>Expand description
Process a full data buffer (from mmap or read) with cut operation. Dispatches to optimized fast paths for field and byte modes.