tga-core 0.1.0

Shared core types, configuration, database schema, and error definitions for trusty-git-analytics.
Documentation

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 and Result alias
  • [models] — domain structs for commits, authors, classifications, etc.