1 unstable release
0.6.0-alpha | Mar 25, 2024 |
---|
#6 in #zenoh-flow
27 downloads per month
Used in 3 crates
(via zenoh-flow-daemon)
360KB
6K
SLoC
This crate exposes the structures driving the execution of a data flow: the [Runtime] and the [DataFlowInstance].
If the feature zenoh
is enabled (it is by default), this crate additionally re-exports the structures from
Zenoh that allow opening a Session asynchronously.
Users interested in exposing a Zenoh-Flow runtime should find everything in the [Runtime] and [RuntimeBuilder].
Users interested in fetching the state of a data flow instance should look into the [DataFlowInstance],
[InstanceState] and [InstanceStatus] structures. These structures are leveraged by the zfctl
command line tool.
Dependencies
~28–60MB
~1M SLoC