Module wire_expr

Module wire_expr 

Source
Expand description

This module defines the wire representation of Key Expressions.

Structs§

WireExpr
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§

EMPTY_EXPR_ID

Type Aliases§

AtomicExprId
ExprId
A numerical Id mapped to a key expression.
ExprLen