pub fn write_pair_programming_csv<W: Write>( rows: &[PairRow], w: &mut W, ) -> Result<()>
pair-programming CSV emitter.
pair-programming