simple-socket 0.1.7

The basic socket server & client for testing
Documentation
1
2
3
4
5
6
mod client;
mod message;
mod server;

pub use self::client::{ActorClient, Result};
pub use self::server::{ActorServer, RuntimeError};