k2db-api-contract 0.1.1

Shared HTTP contract types for the k2db API Rust replatform
Documentation
<!-- SPDX-FileCopyrightText: 2026 Alexander R. Croft -->
<!-- SPDX-License-Identifier: MIT -->

# 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.1"
```

This crate is published under MIT.

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