OpenADR 3.0 VEN client library in Rust
This is a client library to interact with an OpenADR 3.0 complaint VTN server. It mainly wraps the HTTP REST interface into an easy-to-use Rust API.
The following contains information specific to the client library. If you are interested in information about the whole project, please visit the project level Readme.
Basic usage
For a basic example of how to use the client library, see the following. You can find detailed documentation of the library at docs.rs.
async
We plan to create a CLI binary using this library as well. See #52 for the current progress.