Module rpc

Module rpc 

Source
Expand description

JSON-RPC daemon module

Provides a daemon mode for spotify-cli that exposes JSON-RPC 2.0 over Unix sockets, enabling control from editors and other applications.

Re-exports§

pub use protocol::RpcNotification;
pub use protocol::RpcRequest;
pub use protocol::RpcResponse;
pub use server::Server;
pub use server::ServerConfig;

Modules§

dispatch
RPC method dispatcher
events
Event polling and broadcasting
protocol
JSON-RPC 2.0 protocol types
server
Unix socket server for JSON-RPC