arete-sdk 0.1.6

The Project Arete SDK for smart buildings
Documentation
# Project Arete SDK for Rust :: Developer's Guide

## Building

```shell
$ cargo build --examples
```

## Testing

```shell
$ cargo test
```

## Integration Testing

```shell
$ TEST_ARETE_URL=wss://dashboard.test.cns.dev cargo test
```