bose_soundtouch

Crates.iobose_soundtouch
lib.rsbose_soundtouch
version2.1.0
created_at2024-01-20 15:05:27.380639+00
updated_at2025-02-24 12:21:07.772477+00
descriptionRust client for the Bose SoundTouch API
homepagehttps://github.com/timvw/bose_soundtouch
repositoryhttps://github.com/timvw/bose_soundtouch
max_upload_size
id1106553
size421,424
Tim Van Wassenhove (timvw)

documentation

README

Bose SoundTouch API

github crates.io docs.rs build status

This library provides a client for the Bose SoundTouch API.

[dependencies]
bose_soundtouch = "<version>"

Usage

Running the example can be done as following:

cargo run --example bose status

Releasing the example app can be done as following:

cargo build --examples --release
Commit count: 198

cargo fmt