mpd_protocol 0.4.0

Implementation of MPD client protocol
Documentation

mpd_protocol

Implementation of the client protocol for MPD. Supports binary responses and command lists, provided they are initiated with the command_list_ok_begin command.

Consists of a parser for MPD responses (parser module), and an implementation of Tokio's codec subsystem to facilitate asynchronous clients (codec module).

Installation:

[dependencies]
mpd_protocol = "0.1"

License

This project is licensed under the GNU General Public License Version 3 or later.