k2db-api-contract 0.1.0

Shared HTTP contract types for the k2db API Rust replatform
Documentation
# k2db-api-contract

Shared Rust contract types for the k2db HTTP API.

## What it provides

- Request and response DTOs for health, readiness, search, aggregate, count, patch, restore, and versioned update flows.
- Authorization header parsing helpers.
- Problem-details compatible error payload types.

## Install

```toml
[dependencies]
k2db-api-contract = "0.1.0"
```

This crate is published under GPL-3.0-only.

Repository: https://github.com/frogfishio/k2db