pondrs 0.2.5

A pipeline execution library
Documentation
1
2
3
4
5
6
7
8
9
# Pipelines & Nodes

This chapter covers nodes and pipelines in more depth — the `NodeInput`/`NodeOutput` traits, the `Pipeline` struct for grouping nodes, and pipeline validation.

- **[Nodes]./nodes.md**`NodeInput`, `NodeOutput`, `CompatibleOutput`, and side-effect nodes
- **[Pipeline]./pipeline.md** — the `Pipeline` struct for grouping nodes with input/output contracts
- **[Dynamic Pipelines]./dynamic.md** — runtime step composition with `StepVec`
- **[Split & Join]./split_join.md** — fan-out/fan-in patterns with `TemplatedCatalog`
- **[Check]./check.md** — runtime validation of pipeline structure