mpd-utils 0.2.1

Utilities for working with MPD servers, built on top of `mpd_client` and `tokio`
Documentation
1
2
3
4
5
6
7
8
9
mod error;
mod multi_host_client;
mod persistent_client;
mod socket;

pub use multi_host_client::MultiHostClient;
pub use persistent_client::PersistentClient;

pub use mpd_client;