//! Implementation of the client protocol for [MPD](https://musicpd.org). Supports binary responses
//! and command lists, provided they are initiated with the `command_list_ok_begin` command.
//!
//! Consists of a parser for MPD responses ([`parser`](parser/index.html)), and an implementation
//! of [Tokio](https://tokio.rs)'s
//! [codec](https://docs.rs/tokio-util/0.2.0/tokio_util/codec/index.html) subsystem to facilitate
//! asynchronous clients ([`codec`](codec/index.html)).
pub use ;
pub use ;
pub use Response;