Crate transform

Source

Structs§

Chain
Adapter to chain together two transformers.
Nop
Nop is a SpanningTransformer that copies src to dst.

Traits§

SpanningTransformer
Extends the Transformer interface with a Span method that determines how much of the input already conforms to the Transformer.
Transformer
Transforms streams of bytes.