Skip to main content

Module graph

Module graph 

Source
Expand description

utilities for directed acyclic graph workflows.

Re-exports§

pub use context::GraphFlowContext;
pub use service::RootGraphService;

Modules§

context
Graph context implementations
decode
Graph Decoding and encoding utilities
error
Graph error definitions
node
Graph node implementations
response
Graph response implementations
service
Graph service implementations

Structs§

GraphFlow
Directed Acyclic Graph (Graph) workflow builder
NodeBuilder
Builder for a node in the Graph
NodeHandle
Handle for a node in the Graph

Enums§

NodeInput
Input for graph nodes

Traits§

DepsCheck
Trait for converting dependencies into node IDs