[][src]Module mpd_protocol::codec

Codec for MPD protocol.

The codec accepts sending arbitrary (single) messages, it is up to you to make sure they are valid.

See the notes on the parser module about what responses the codec supports.

Structs

MpdCodec

Codec for MPD protocol.

Enums

MpdCodecError

Errors which can occur during MpdCodec operation.