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.