Structs§
Enums§
- Builders
OrCallback - Debug
Instantiate - Hydro
Leaf - An leaf in a Hydro graph, which is an pipeline that doesn’t emit any downstream values. Traversals over the dataflow graph and generating DFIR IR start from leaves.
- Hydro
Node - An intermediate node in a Hydro graph, which consumes data from upstream nodes and emits data to downstream nodes.
- Hydro
Source - A source in a Hydro graph, where data enters the graph.