quadra-a-core 0.1.0-beta.1

Core protocol primitives for the quadra-a agent network
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# quadra-a-core

Core Rust protocol primitives for `quadra-a`.

Use this crate when you need wire-level types and cryptographic building blocks: DIDs, signed Agent Cards, envelope encoding, trust records, or end-to-end session bootstrap primitives.

## Install

```bash
cargo add quadra-a-core
```

## Development

```bash
cargo test -p quadra-a-core
```