rustuya-0.1.0 has been yanked.
Rustuya
Rustuya is an asynchronous Rust implementation of the Tuya Local API. It allows for local control and monitoring of Tuya-compatible devices without cloud dependencies.
[!WARNING]
This project is in an early development stage (v0.1.0). APIs are subject to change.
Installation
Add rustuya to Cargo.toml:
Quick Start
Basic Device Control
use Device;
use json;
async
Real-time Status Monitoring
use Device;
use StreamExt;
async
Credits
This project references the communication protocols and cipher implementations from the tinytuya Python library.
License
MIT