vedirect 0.2.0

Library to parse the Victron Energy VE.Direct protocol and map the data to useful structs with clear units
Documentation
[dependencies.strum]
version = "0.24"

[dependencies.strum_macros]
version = "0.24"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.serialport]
default-features = false
version = "4.1"

[package]
description = "Library to parse the Victron Energy VE.Direct protocol and map the data to useful structs with clear units"
edition = "2018"
exclude = ["/fuzz-target"]
keywords = ["solar", "serial", "parser", "vedirect"]
license = "Unlicense"
name = "vedirect"
readme = "README.md"
repository = "https://github.com/dbr/vedirect-rs/"
version = "0.2.0"