cortenforge-data-contracts 0.1.0

Data contracts for run manifests and capture metadata used across the CortenForge stack.
Documentation
1
2
3
4
5
6
7
8
9
10
# data_contracts

Data contracts for run manifests and capture metadata shared across the CortenForge stack. Provides serde-friendly structs plus validation helpers for manifests and per-frame capture labels.

## Features
- No default features; serde-based types only.
- Validates manifest timestamps/frame counts and capture label bounding boxes.

## License
Apache-2.0 (see `LICENSE` in the repo root).