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](zenoh_flow_descriptors::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](zenoh_flow_commons::InstanceId) which uniquely identifies it. # ⚠️ Internal usage This crate is (mostly) intended for internal usage within the [Zenoh-Flow](https://github.com/eclipse-zenoh/zenoh-flow) project.