[](https://deps.rs/repo/github/silicon-heaven/libshvclient-rs)
This is a library implementing client functionality with device capabilities
according to [SHV specification](https://silicon-heaven.github.io/shv-doc/index.html).
```
cargo run --example simple_device_tokio --features tokio
```
```
cargo run --example simple_device_smol --features smol
```