covguard-types 0.1.0

Shared report DTOs, codes, and schema constants for covguard
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# covguard-types


Core shared types for covguard.

## What This Crate Contains


- Report schema DTOs (`Report`, `Finding`, `Verdict`, `ReportData`)
- Shared constants (`SCHEMA_ID`, error codes, reason tokens)
- Code registry and `explain(code)` helper
- Fingerprint helper (`compute_fingerprint`)

## Intended Usage


Use this crate when you need stable covguard report structures or code constants across crates and integrations.