[][src]Module mpd_protocol::command

This module contains utilities for constructing MPD commands.

Structs

Command

A command or a command list consisting of multiple commands, which can be sent to MPD.

CommandBuilder

Builder for Commands.

CommandError

Error returned when attempting to construct an invalid command.

Enums

InvalidCommandReason

Ways in which a command may be invalid.

Functions

escape_argument

Escape a single argument, prefixing necessary characters (quotes and backslashes) with backslashes.