Blocks and flowgraph: added this time

This commit is contained in:
2026-03-11 19:31:37 +01:00
parent 13d060776f
commit 6d99d54f4a
9 changed files with 181 additions and 78 deletions

View File

@ -1,4 +1,7 @@
// This crate manages the flowgraph datastructures and execution/scheduling
// as well as the communication between the blocks
pub mod block;
pub mod edge;
pub mod graph;
pub mod stream;