Kenku Control
Kenku Control is a library for controlling Kenku FM. It provides a set of functions and utilities to interact with the Kenku Remote.
Features
- Retrieve information about all tracks and sounds available on your Kenku FM device.
- Control playback of tracks and sounds.
- Manage playlist playback using straightforward commands.
Usage
To use Kenku Control in your Rust project, add the following to your Cargo.toml file:
[]
= "0.2.3"
Alternatively, you can use cargo add to automatically manage dependencies:
cargo add kenku_control
Here's an example demonstrating how to interact with Kenku in your Rust code:
use Controller;
async
Make sure you have a Kenku Remote Online in your computer before running the code.
Contributing
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for more information.