theater-cli 0.2.1

Command-line interface for Theater actor system
Documentation
1
2
3
4
5
6
7
8
9
mod connection;
mod theater_client;

pub use connection::Connection;
pub use theater_client::TheaterClient;
pub use theater_server::{ManagementCommand, ManagementResponse};

pub mod cli_wrapper;
pub use cli_wrapper::CliTheaterClient;