PrettyPrinters

A collection of ready-to-use pretty-printers

struct PrettyPrinters {}

Members

Structs

Indenter
struct Indenter

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

Minimalizer
struct Minimalizer

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

Meta