zenoh-flow-records 0.6.0-alpha

Internal crate for Zenoh-Flow.
Documentation

This crate exposes *Record structures. A record in Zenoh-Flow is a description of a data flow (or part of it) that is tied to a specific infrastructure and deployment.

In particular, a [DataFlowRecord] represents a single deployment of a FlattenedDataFlowDescriptor on an infrastructure: all the nodes have been assigned to a Zenoh-Flow runtime. This is why to each [DataFlowRecord] is associated a unique InstanceId which uniquely identifies it.

⚠️ Internal usage

This crate is (mostly) intended for internal usage within the Zenoh-Flow project.