1 2 3 4 5 6
// Here the modules model the types that are modifiable during execution // like setting parameters values, creating edges between nodes and ports. pub mod channel; pub mod edge; pub mod node; pub mod ui;