Crates.io | wez-sonos |
lib.rs | wez-sonos |
version | 0.1.0 |
source | src |
created_at | 2024-06-08 13:15:41.409934 |
updated_at | 2024-06-08 13:15:41.409934 |
description | Sonos API client |
homepage | |
repository | https://github.com/wez/wez-sonos |
max_upload_size | |
id | 1265735 |
size | 525,916 |
This is a rust crate that has been partially generated from the available sonos device metadata found in @svrooij's sonos-api-docs repository.
It provides an interface to discover and issue commands to Sonos devices on the network, as well as subscribe to events generated by those devices.
Under the covers, this crate makes use of instant-xml, a serde-like approach to interact with XML data in a declarative way.