ezmsg 0.6.2

Simple buffer with a topic and parameters.
Documentation
  • Coverage
  • 16.67%
    1 out of 6 items documented0 out of 0 items with examples
  • Size
  • Source code size: 9.58 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.84 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • openqrnch/ezmsg
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • qrnch-jan locryus

A "message", represented by the Msg struct, is an entity that is typically transferred over the network between clients/servers or peers. Each message consist of a mandatory "topic" (a utf-8 string) and zero or more parameters (each of which is a key/value pair (of utf-8 strings).

ezmsg does not handle transmission; it only represents the message buffer and provides methods to serialize messages.