tga-core
Shared types, configuration, database schema, and error definitions for
trusty-git-analytics. This crate is the foundation that all other
crates in the workspace (tga-collect, tga-classify, tga-report,
tga-cli) depend on.
Modules
- [
config] — YAML configuration loading and types - [
db] — SQLite database wrapper with WAL mode and versioned migrations - [
errors] — crate-wide error enum andResultalias - [
models] — domain structs for commits, authors, classifications, etc.