digoutbox 0.1.0

A library to contral a DigOutBox from Rust using `instrumentRs`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Rust controller class for the DigOutBox

This is the rust controller package for the 
[DigOutBox](https://digoutbox.readthedocs.io/latest/) project.

To run the examples, you can use the following command:

```bash
cargo run --example $NAME
``` 

Here, `$NAME` should be replaced with the name of the example you want to run.