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
Workflow and Ucan invocation componets for building Homestar pipelines.

Structs§

LinkMap
Generic link, Cid => T IndexMap for storing invoked, raw values in-memory and using them to resolve other steps within a runtime’s workflow.