Expand description
This module defines the wire representation of Key Expressions.
Structs§
- Wire
Expr - 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.
Constants§
Type Aliases§
- Atomic
Expr Id - ExprId
- A numerical Id mapped to a key expression.
- ExprLen