Rust Crate for the esphome Native API¶
Implementation of the esphome native API for Rust.
Usage¶
For simplue usage, you can add the crate to your Cargo.toml
:
Have a look at the examples on how to use it.
Only proto definitions¶
If you only want the to use the proto definitions (alrady no_std
conform), you target the feature flag with the specific version you want to use:
Roadmap¶
- Fully
no_std
compatible - "Easy" server which abstracts some of the complexity of the API