Expand description

Asynchronous client for MPD.

The Client type is the primary API.

Crate Features

FeatureDescription
chronoSupport for parsing Timestamp

Re-exports

pub use mpd_protocol as protocol;
pub use self::client::Client;

Modules

The client implementation.

Strongly typed, pre-built commands.

Tools for constructing filter expressions, as used by e.g. the find command.

Typed responses to individual commands.

Metadata tags.