bose_soundtouch

Crates.iobose_soundtouch
lib.rsbose_soundtouch
version2.1.2
created_at2024-01-20 15:05:27.380639+00
updated_at2025-11-24 10:06:49.754472+00
descriptionRust client for the Bose SoundTouch API
homepagehttps://github.com/timvw/bose_soundtouch
repositoryhttps://github.com/timvw/bose_soundtouch
max_upload_size
id1106553
size442,028
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. It targets Rust 1.85 and newer.

[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