crabtalk-core 0.0.21

Core types and traits for the Crabtalk agent runtime
Documentation
1
2
3
4
5
6
7
//! Protocol API traits — Server and Client.

pub use client::Client;
pub use server::Server;

pub mod client;
pub mod server;