Crate teleinfo_nom

source ·
Expand description

teleinfo-nom

A lib to parse teleinfo (french power provider)

Modules

Structs

  • TeleinfoDate struct represents a date sent in a teleinfo message in standard mode
  • Representation of a full message from teleinfo
  • TeleinfoValue represents the value and date of a message line from Teleinfo

Enums

Functions

  • Read message from an readable object source, with leftover being the unparsed string from a previous call Returns a tuple with to be parsed in a next call string as leftover and the first found TeleinfoMessage
  • Read message from an readable object source bufferized, with leftover being the unparsed string from a previous call Returns a tuple with data to be parsed in a next call string as leftover and the first found TeleinfoMessage