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;