mpd_protocol

Crates.iompd_protocol
lib.rsmpd_protocol
version1.0.3
sourcesrc
created_at2019-11-30 11:39:54.271852
updated_at2024-02-28 21:07:09.785693
descriptionImplementation of MPD client protocol
homepage
repositoryhttps://github.com/elomatreb/mpd_client
max_upload_size
id185525
size91,500
Ole Bertram (elomatreb)

documentation

README

mpd_protocol

Implementation of the client protocol for MPD.

Features

  • Protocol support including binary responses and command lists
  • Support for traditional blocking IO as well as asynchronous IO (through Tokio, requires the async feature flag)
  • Utilities for assembling commands and escaping arguments

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.

Commit count: 459

cargo fmt