Project Arete SDK for Rust
Installing
Add to your Rust project with:
$ cargo add arete-sdk
Using
let = connect.unwrap;
client.wait_for_open.unwrap;
...
See the examples for further usage details.
Examples
Developing
See the Developer's Guide for build and test instructions.