Expand description
§Conduit
conduit is a type-safe, zero-cost pipeline engine designed for structured
data transformation.
It uses a recursive, static-dispatch architecture to ensure that the entire transformation chain is validated at compile-time with no runtime overhead.
Modules§
Structs§
- Pipeline
- A completed execution chain that can process data.
- Pipeline
Builder - A utility for assembling
Stepimplementations into a linear chain. - Retry
- A configuration for retrying a
Stepwhen encountering recoverable errors.
Enums§
- Pipeline
Error - Represents the various error states a pipeline stage can encounter.