Crate mpd_protocol[][src]

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 command::Command;
pub use command::CommandList;
pub use response::Response;

Modules

Tools for constructing MPD commands.

Complete responses.

Structs

An asynchronous connection to an MPD server.

A blocking connection to an MPD server.

Enums

Unrecoverable errors.