Module blather::types

source ·
Expand description

Collection of data types which can be sent/received using the internal Codec

Re-exports§

Modules§

  • A key/value pair list with stable ordering and non-unique keys.
  • The Params buffer is a set of unorderded key/value pairs, with unique keys. It’s similar to a HashMap, but has constraints on key names and offers conventions for value layouts, such as comma-separated values for lists.
  • Telegrams are objects that contain a topic and a set of zero or more parameters. They can be serialized into a line-based format for transmission over a network link.