cortenforge-data-contracts 0.3.0

Data contracts for run manifests and capture metadata used across the CortenForge stack. Renamed to cortenforge-data-contracts; please use that crate instead.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.

> Deprecated: this crate was renamed to `cortenforge-data-contracts`. Please use the new crate name for future installs.

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