mbusparse 0.1.0

A `no_std` library for parsing M-Bus telegrams.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.nom]
version = "7.0"

[features]
default = ["std"]
std = []

[package]
authors = ["Markus Reiter <me@reitermark.us>"]
description = "A `no_std` library for parsing M-Bus telegrams."
documentation = "https://docs.rs/mbusparse"
edition = "2018"
homepage = "https://github.com/reitermarkus/mbusparse-rs"
license = "MIT OR Apache-2.0"
name = "mbusparse"
repository = "https://github.com/reitermarkus/mbusparse-rs"
version = "0.1.0"