Expand description
Pipeline support for chaining commands together.
This module provides a type-safe way to create command pipelines where the output of one command is piped to the input of the next.
Structsยง
- Pipeline
- A builder for creating command pipelines.