teleinfo-nom 0.1.0

A library to parse teleinfo stream from french meters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "teleinfo-nom"
description = "A library to parse teleinfo stream from french meters"
version = "0.1.0"
authors = ["Gaƫtan Duchaussois <gaetan-github@pignouf.fr>"]
edition = "2018"
repository = "https://github.com/gaetronik/teleinfo-nom"
readme = "Readme.md"
keywords = [ "teleinfo", "sensor", "power"]
categories = ["hardware-support","parser-implementations","os"]
license = "WTFPL"

[badges]
travis-ci = { repository = "gaetronik/teleinfo-nom", branch = "master" }

[dependencies]
nom = "5"
chrono = "0.4"