Crate mpd_client
source ·Expand description
Asynchronous client for MPD.
The Client type is the primary API.
Crate Features
| Feature | Description |
|---|---|
chrono | Support for parsing Timestamp |
Re-exports
pub use self::client::Client;pub use mpd_protocol as protocol;
Modules
- The client implementation.
- Strongly typed, pre-built commands.
- Tools for constructing filter expressions, as used by e.g. the
findcommand. - Typed responses to individual commands.
- Metadata tags.