kapsl-ipc 0.1.0

Inter-process communication protocol for Kapsl engine clients
Documentation
1
2
3
4
5
6
7
8
pub mod client;
pub mod protocol;
pub mod server;
pub mod tcp_server;

pub use protocol::*;
pub use server::IpcServer;
pub use tcp_server::TcpServer;