Crate mpd_client[][src]

Expand description

Asynchronous client for MPD.

The Client type is the primary API.

Re-exports

pub use filter::Filter;
pub use state_changes::Subsystem;
pub use tag::Tag;

Modules

Strongly typed, pre-built commands.

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

Protocol-level types.

Tools for handling state-change events emitted by MPD.

Metadata tags.

Structs

A client connected to an MPD instance.

Enums

Errors which can occur when issuing a command.

Type Definitions

Result returned by a connection attempt.