zap-proto 1.0.0

ZAP - Zero-copy Application Protocol for AI agent communication. See zap-schema for the main crate.
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 55.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 81.98 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 32s Average build duration of successful builds.
  • all releases: 1m 32s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • zap-protocol/zap
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zeekay

zap-proto

This crate re-exports zap-schema.

Installation

cargo add zap-schema

About ZAP

ZAP (Zero-copy Application Protocol) is a high-performance RPC protocol for AI agent communication featuring:

  • Clean whitespace-significant schema language
  • Zero-copy serialization via Cap'n Proto
  • Multi-transport support (TCP, WebSocket, HTTP/SSE, Unix socket)
  • MCP gateway for aggregating Model Context Protocol servers
  • Post-quantum cryptography (ML-KEM, ML-DSA)
  • Agent consensus voting
  • W3C DID identity

Links