Crates.io | homelander |
lib.rs | homelander |
version | 0.1.1 |
source | src |
created_at | 2021-06-17 20:35:35.120981 |
updated_at | 2022-08-10 21:10:51.510095 |
description | Google Home integration framework |
homepage | |
repository | https://github.com/TobiasDeBruijn/homelander |
max_upload_size | |
id | 411546 |
size | 249,293 |
Homelander is a framework to make integration with Google Home as easy as possible.
It provides serialization and deserialization for fulfillment requests. It also handles translation between Google Home traits and Rust traits. Furthermore it provides error handling and translating between Rust errors and errors accepted by Google Home.
Homelander does not provide an OAuth2 server or a web server.
The following Traits are currently implemented:
These traits are not yet implemented:
They are however planned to be implemented, though. You can help by submitting a pull request with the implementation.
You will find the traits definition in the traits
module, they are completely non-functional though.
Homelander is dual licensed under the MIT and Apache-2.0 license. The documentation for functions and traits is licensed under the Creative Commons Attribution 4.0 License as it is partially copied from the Google Home Documentation.