pub fn process_cut_reader<R: BufRead>( reader: R, cfg: &CutConfig<'_>, out: &mut impl Write, ) -> Result<()>
Process input from a reader (for stdin).