Crate iridis_layout

Source
Expand description

This module defines the layout elements of a dataflow application. It can be viewed as the logical graph structure of the application.

It’s really important to be able to model the application as a graph using this crate, before intending to use the runtime to run it.

Modules§

prelude
This prelude contains everything you need to use this crate.