snapcast-control 0.4.0

a wrapper for the Snapcast JSON-RPC Control API based on tokio
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]

mod communication;
mod protocol;
mod state;

pub use communication::{ClientError, ConnectionCallback, SnapcastConnection};
pub use protocol::*;
pub use state::{State, StateGroup};