hyprwire 0.2.6

A fast and consistent wire protocol for IPC
Documentation
1
2
3
4
5
6
7
8
/// Server-side APIs for hosting Hyprwire protocols and dispatching client
/// requests.
pub mod server_client;
mod server_object;
mod server_socket;

pub use server_client::ServerClient;
pub use server_socket::ServerSocket as Server;