Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

elomatreb/mpd_protocol

Repository files navigation

NOTE: This is now maintained in the mpd_client repository!

mpd_protocol

Implementation of the client protocol for MPD.

See also mpd_client, a crate that uses this library to implement a complete asynchronous client including connection management.

Features

  • Protocol support including binary responses and command lists
  • Asynchronous IO support through an implementation of Tokio's codec subsystem (requires the async feature flag)
  • Utilities for assembling commands and escaping arguments

Installation

[dependencies]
mpd_protocol = "0.12"

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Implementation of MPD client protocol + utilities

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages