cortenforge-data-contracts 0.6.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
11
12
13
# data_contracts

[![crates.io](https://img.shields.io/crates/v/cortenforge-data-contracts.svg)](https://crates.io/crates/cortenforge-data-contracts) [![docs.rs](https://docs.rs/cortenforge-data-contracts/badge.svg)](https://docs.rs/cortenforge-data-contracts) [![MSRV](https://img.shields.io/badge/rustc-1.75+-orange.svg)](#)

Schemas and validation helpers for capture metadata and warehouse manifests shared across the CortenForge stack.


## 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).