dsmr5 0.1.1

A no-std Rust implementation of the DSMR5 standard
Documentation
[package]
name = "dsmr5"
description = "A no-std Rust implementation of the DSMR5 standard"
version = "0.1.1"
authors = ["Wouter Geraedts <wouter@tweedegolf.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/wassasin/dsmr5"
keywords = ["power", "meter", "dutch", "serial", "no_std"]
categories = ["no-std", "parser-implementations"]
readme = "README.md"

[dependencies]
crc16 = "0.4.0"