PrettyPrinters

A collection of ready-to-use pretty-printers

Members

Structs

Indenter
struct Indenter(StringType)

A pretty-printer that indents the nodes with a tabulation character '\t' per level of nesting.

Minimalizer
struct Minimalizer(StringType)

The minimal pretty-printer. It just guarantees that the input satisfies the xml grammar.

Meta