Crate homestar_workflow
source ·Expand description
homestar-workflow
is the underlying foundation for homestar
packages, implementing workflow-centric IPVM
features, among other useful library components.
Note: To be used in conjunction with homestar-invocation.
Related crates/packages:
§Getting Started
For getting started with Homestar in general, please check out our README and Quickstart guide.
Re-exports§
pub use workflow::Workflow;
Modules§
- Workflow and Ucan invocation componets for building Homestar pipelines.
Structs§
- Generic link, Cid => T IndexMap for storing invoked, raw values in-memory and using them to resolve other steps within a runtime’s workflow.