Crate mpd_protocol
source ·Expand description
Implementation of the client protocol for MPD. Supports binary responses and command lists.
Crate Features
Feature | Description |
---|---|
async | Async support, based on Tokio |
Re-exports
pub use self::command::Command;
pub use self::command::CommandList;
Modules
- Tools for constructing MPD commands.
- Complete responses.
Structs
- AsyncConnection
async
An asynchronous connection to an MPD server. - A blocking connection to an MPD server.
Enums
- Unrecoverable errors.