Expand description

Middleware types.

Structs

Encapsulates the conversion between two different transform types

Pied constructs the way we pipe between lots of functions via middleware

Traits

Middleware that performs an operation.

Common pipe trait used to create implementations for each tuple

Middleware that transforms around an input to output type.

Functions

Creates a new conversion middleware from two existing transforms

Helper utility to execute the .pipe on a Pipe implementation and returns a middleware