| Crates.io | arete-sdk |
| lib.rs | arete-sdk |
| version | 0.1.6 |
| created_at | 2025-09-02 15:12:23.44084+00 |
| updated_at | 2025-09-26 22:05:08.094045+00 |
| description | The Project Arete SDK for smart buildings |
| homepage | https://padi.io |
| repository | https://github.com/project-arete/sdk.git |
| max_upload_size | |
| id | 1821260 |
| size | 303,788 |
Add to your Rust project with:
$ cargo add arete-sdk
let (mut client, _res) = arete_sdk::connect("wss://dashboard.test.cns.dev:443").unwrap();
client.wait_for_open(Duration::from_millis(DEFAULT_TIMEOUT_MILLIS)).unwrap();
...
See the examples for further usage details.
See the Developer's Guide for build and test instructions.