tga 2.2.1

Developer productivity analytics — git commit collection, classification, and reporting
Documentation
1
2
3
4
5
6
7
8
9
//! Report formatters: CSV, JSON, Markdown.
//!
//! Each submodule exposes one or more `write_*` functions that take a
//! reference to [`crate::report::models::ReportData`] and an output directory and
//! return the path of the file written.

pub mod csv;
pub mod json;
pub mod markdown;