Module fast_fmt::transform [] [src]

This module contains traits and types used for transforming text into other text.

Possible use cases are: escaping, URL encoding...

Structs

Transformed

Transformation attached to a value, transforming given vale when formatting.

Transformer

Transformation attached to a writer, transforming everything written into the writer.

Traits

Transform

Represents a transformation of text to another text.