Module seam::assemble[][src]

Modules

css

HTML5 CSS generation. Assembles an expanded tree into valid CSS.

html

HTML5 HTML generation. Assembles an expanded tree into valid HTML.

xml

XML generation. Assembles an expanded tree into valid XML.

Structs

GenerationError

Error type for specific errors with generating each type of markup.

Traits

MarkupDisplay

Trait for all structs that can generate specific markup for the s-expression tree.

Type Definitions

Formatter