zap-proto 1.0.0

ZAP - Zero-copy Application Protocol for AI agent communication. See zap-schema for the main crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! # zap-proto
//!
//! This crate re-exports [`zap-schema`](https://crates.io/crates/zap-schema).
//!
//! ## Installation
//!
//! ```bash
//! cargo add zap-schema
//! ```
//!
//! See [zap-schema documentation](https://docs.rs/zap-schema) for full API reference.

pub use zap::*;