Crate zenoh_flow_derive

Source
Expand description

This crate exposes three procedural macros (one for each type of node) to facilitate exposing the symbols required by Zenoh-Flow in order to dynamically load nodes.

Attribute Macrosยง

export_operator
Expose the symbols Zenoh-Flow needs to instantiate and start a Operator.
export_sink
Expose the symbols Zenoh-Flow needs to instantiate and start a Sink.
export_source
Expose the symbols Zenoh-Flow needs to instantiate and start a Source.