umbral-socket 0.3.0

Lightweight IPC client and server over Unix sockets
Documentation
1
2
3
4
5
6
7
mod client;
mod protocol;
mod server;

pub use client::UmbralClient;
pub use protocol::{MethodId, REQUEST_HEADER_LEN, RESPONSE_HEADER_LEN, UmbralStatus};
pub use server::UmbralServer;