Expand description
Implementation of a golang-ipc server and client.
Re-exports§
pub use client::Client;
pub use client::Config as ClientConfig;
pub use message::Message;
pub use message::Status;
pub use message::Type;
pub use server::Config as ServerConfig;
pub use server::Server;