crabtalk-core 0.0.21

Core types and traits for the Crabtalk agent runtime
Documentation
1
2
3
4
5
6
7
8
9
//! Crabtalk wire protocol — message types, API traits, and wire codec.

pub mod api;
pub mod codec;
pub mod message;
pub mod proto;

/// Current protocol version.
pub const PROTOCOL_VERSION: &str = "0.3";