1 2 3 4 5 6 7
//! Compile module that loads flow definition, compiles flows and tables and then generates JSON manifest of processes pub mod loader; pub mod compile; mod connector; mod gatherer; mod checker; mod optimizer;
1 2 3 4 5 6 7
//! Compile module that loads flow definition, compiles flows and tables and then generates JSON manifest of processes pub mod loader; pub mod compile; mod connector; mod gatherer; mod checker; mod optimizer;