[−][src]Crate mpd_client
User-friendly async client for MPD.
Re-exports
pub use client::Client; |
pub use filter::Filter; |
pub use util::Subsystem; |
Modules
| client | The client implementation. |
| errors | Errors. |
| filter | Tools for constructing filter expressions, as used by e.g. the |
| util | Utilities for working with MPD. |
Macros
| command_list | Conveniently generate a command list. |
Structs
| Command | A single command, possibly including arguments. |
| CommandList | A non-empty list of commands. |
| Error | Data in an error. |
| Frame | Data in a succesful response. |
Enums
| MpdCodecError | Errors which can occur during |