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

Download history 242/week @ 2025-09-22 234/week @ 2025-09-29 83/week @ 2025-10-06 164/week @ 2025-10-13 42/week @ 2025-10-20 4/week @ 2025-10-27 2/week @ 2025-11-03 2/week @ 2025-11-10 3/week @ 2025-11-24 161/week @ 2025-12-29 10/week @ 2026-01-05

171 downloads per month
Used in mlua-arete-sdk

Custom license

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