Module client

Module client 

Source
Expand description

Client module - JSON-RPC client for communicating with zinit server

Re-exports§

pub use handle::ZinitHandle;
pub use rpc::ServiceConfig;
pub use rpc::ServiceStats;
pub use rpc::ServiceStatus;
pub use rpc::ZinitClient;
pub use rpc::get_socket_path;

Modules§

handle
Blocking handle for Rhai to communicate with RPC client
rpc
Simple JSON-RPC client