Module zenoh_protocol_core::wire_expr
source · [−]Expand description
This module defines the wire representation of Key Expressions.
Structs
A zenoh resource is represented by a pair composed by a key and a
value, such as,
(/car/telemetry/speed, 320)
. A resource key
is an arbitrary array of characters, with the exclusion of the symbols
*
, **
, ?
, [
, ]
, and #
,
which have special meaning in the context of zenoh.