Function write_top_committers_csv
pub fn write_top_committers_csv<W: Write>(
rows: &[TopCommittersRow],
w: &mut W,
) -> Result<()>Expand description
Per-author commit leaderboard — the previous behaviour of the
authors analysis, now exposed as a distinct first-class analysis.