A Rust library for processing RESOL VBus data.
First, add this to your Cargo.toml
:
toml
[dependencies]
resol-vbus = "0.2"
Next, add this to your crate:
rust
extern crate resol_vbus;
RESOL, VBus, VBus.net and others are trademarks or registered trademarks of RESOL - Elektronische Regelungen GmbH.
All other trademarks are the property of their respective owners.
resol-vbus.rs
is distributed under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE.txt for details.