tga 2.5.0

Developer productivity analytics — git commit collection, classification, and reporting
Documentation
1
2
3
4
5
//! Developer identity resolution.

pub mod resolver;

pub use resolver::{IdentityResolver, DEFAULT_SIMILARITY_THRESHOLD};