Crate mpd_protocol

Source
Expand description

Implementation of the client protocol for MPD. Supports binary responses and command lists.

§Crate Features

FeatureDescription
asyncAsync support, based on Tokio

Re-exports§

pub use self::command::Command;
pub use self::command::CommandList;

Modules§

command
Tools for constructing MPD commands.
response
Complete responses.

Structs§

AsyncConnection
An asynchronous connection to an MPD server.
Connection
A blocking connection to an MPD server.

Enums§

MpdProtocolError
Unrecoverable errors.