messaggero 0.1.0

High-performance agent-to-agent communication protocol for Rust. A2A-compatible over HTTP/JSON-RPC with a zero-overhead binary fast path over Unix sockets for local multi-agent systems.
Documentation
1
2
3
4
5
pub mod codec;
pub mod unix;

pub use codec::{FastCodec, FastMessage};
pub use unix::{serve, FastClient};