1
2
3
4
5
6
pub mod client;
pub mod errors;
pub mod packet;
pub mod server;

type IpcMessage = Vec<packet::IpcPacket>;