Skip to main contentCrate gantz_core
Source pub use builtin::Builtins;pub use edge::Edge;pub use node::Node;pub use steel;
- builtin
- Builtin node provider trait.
- compile
- Items related to generating steel code from a gantz graph, primarily the
module fn. - edge
- A simple
Edge type describing the outlet and inlet of source and
destination nodes respectively. - graph
- Provides
visit() and register() fns for generic gantz graphs. - node
- The primary
Node abstraction and related items. - reg
- Utilities for working with
gantz_ca::Registry. - visit
- Items related to traversing nested graphs of gantz nodes.
- vm
- Shared VM utilities for initializing and compiling gantz graphs.
- ROOT_STATE
- The ident used to represent the root state.
This is the state of the top-level graph.