Crate mpd_client

Source
Expand description

Asynchronous client for MPD.

The Client type is the primary API.

§Crate Features

FeatureDescription
chronoSupport for parsing Timestamp

Re-exports§

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

Modules§

client
The client implementation.
commands
Strongly typed, pre-built commands.
filter
Tools for constructing filter expressions, as used by e.g. the find command.
responses
Typed responses to individual commands.
tag
Metadata tags.