Crate way_cooler_ipc

Source
Expand description

Crate for communicating with way-cooler over its IPC sockets.

Structs§

CommandClient
Represents a client which can be used to send commands

Enums§

Command
Commands sent over command socket
CommandError
Return types from the command socket for erroneous command queries
CommandSuccess
Return types from the command socket for successful command queries

Functions§

connect_to_command
Connect to the active way-cooler command IPC.

Type Aliases§

CommandResult
Result type returned from command thread requests