5 releases
Uses new Rust 2024
| 0.1.6 | Sep 26, 2025 |
|---|---|
| 0.1.5 | Sep 19, 2025 |
| 0.1.4 | Sep 12, 2025 |
| 0.1.3 | Sep 5, 2025 |
| 0.1.2 | Sep 2, 2025 |
#208 in #iot
171 downloads per month
Used in mlua-arete-sdk
250KB
761 lines
Contains (Zip file, 4KB) pcb.fzz
Project Arete SDK for Rust
Installing
Add to your Rust project with:
$ cargo add arete-sdk
Using
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.
Examples
Developing
See the Developer's Guide for build and test instructions.
Dependencies
~11–24MB
~387K SLoC