tga-collect 0.1.0

Stage 1 (collection) for trusty-git-analytics: git extraction via libgit2 and HTTP clients for GitHub/JIRA.
Documentation
1
2
3
4
5
//! Developer identity resolution.

pub mod resolver;

pub use resolver::{IdentityResolver, DEFAULT_SIMILARITY_THRESHOLD};